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

Vidya Vikas Institute of Technology Iii-Mid Examination

A C program is required to copy the contents of one file to another file using file handling functions in C. The Quick sort algorithm should be explained with an example. An algorithm or program for binary search to find an element in an array is needed. Bubble sort results for each pass of an initial array should be shown. Finally, stacks and queues should be explained.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views1 page

Vidya Vikas Institute of Technology Iii-Mid Examination

A C program is required to copy the contents of one file to another file using file handling functions in C. The Quick sort algorithm should be explained with an example. An algorithm or program for binary search to find an element in an array is needed. Bubble sort results for each pass of an initial array should be shown. Finally, stacks and queues should be explained.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

VIDYA VIKAS INSTITUTE OF TECHNOLOGY III-MID EXAMINATION

Sub:CPDS 1. 2. 3. 4. Branch:ECE,ME,CE,CSE &EEE Date:3/5/2013 Year: I-B.Tech

write a c program to copy the content of one file to another file Elaborate file handling functions in C with the help of sample code? Explain the Quick sort algorithm with the help of an example? Write algorithm/Program for binary search to find the given element within array. For What data binary search is not applicable? 5. Show the bubble sort results for each pass for the following initial array of elements. 3 5 18 7 1 2 5 23 16 3 1 6. Explain about i) Stack ii) queue.

You might also like