Computer Science, asked by deyswastick10, 7 hours ago

1. Write a C program to create an array of ‘n’ elements using dynamic memory allocation. Then perform the following array operations by defining function (i) finding maximum and minimum element (ii) Search an element ‘a’ using linear search method (‘a’ to be taken as input) (iii) Search an element ‘a’ using binary search method (iv) Sort the elements of the array using bubble sort technique (v) delete an element ‘a’​

Answers

Answered by laltumandal1981
0

Answer:

(iii) is correct

Explanation:

please mark me brainliest

Similar questions