Assignment 1

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Assignment 1

Write C programs for the following objectives on a given Array(s). Use www.onlinegdb.com I will evaluate
them giving different kinds of input arrays for checking correctness of the solution
Deadline Monday, Dec 17, 5PM
1. Find the second largest in Array
2. Find duplicate in given array
3. Inserting element at specific position
4. Inserting element in sorted array
5. Deleting element inside an array
6. Delete element in a sorted array
7. Merging two unsorted arrays
8. Merging two sorted arrays

You might also like