0% found this document useful (0 votes)
7 views1 page

Programming For Problem Solving (L3)

The document outlines an assignment for the course ES-CS291, focusing on 1D array manipulation in C programming. It includes a list of programming tasks such as finding statistical measures, searching techniques, and sorting methods. Students are required to complete these tasks and provide signatures for completion.

Uploaded by

M S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Programming For Problem Solving (L3)

The document outlines an assignment for the course ES-CS291, focusing on 1D array manipulation in C programming. It includes a list of programming tasks such as finding statistical measures, searching techniques, and sorting methods. Students are required to complete these tasks and provide signatures for completion.

Uploaded by

M S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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........................................................

You might also like