Hello
How to solve this ?I got mad because of this quation
Write a menu driven application using C language that performs some searching and sorting operations. Your application should be able to perform linear and binary search. In addition, it can perform sorting using one of the sorting algorithms as quick sort or selection sort. The input to the application should be a file with a list of some numbers. The result should be stored in a file.
It will show a menu of choices:
1-Linear Search
2-Binary Search
3-Sorting
4-Exit