Programming for Problem Solving (ES-CS291)
2024
ROLL
NAME
Learning outcome: Students will be able to perform 1D Array
manipulation.
ASSIGNMENT: III
Sl. Program Listing Date Signature
No
1. Write a C program to find the minimum, maximum, average,
variance, standard deviation of an array. Also find the second
minimum number of the array.
2. Write a C program to search a given number in the array using
linear searching technique.
3. Write a C program to search a given number in the array using
binary searching technique.
4. Write a C program to sort a given array in ascending order using
bubble sorting technique.
5. Write a C program to sort a given array in ascending order using
Selection sorting technique.
6. Write a C program to sort a given array in ascending order using
Insertion sorting technique.
7. Write a C program to delete all the duplicate elements of an
array.
SIGNATURE OF STUDENT........................................................
SIGNATURE OF FACULTY........................................................