C Programming and Data Structures
1. Define and explain flow chart with an example.
2. Write an algorithm to print all even numbers in descending order and draw the flowchart.
3. Explain while and do-while statement with an example.
4. Distinguish library functions and user defined functions.
5. Explain Adjacency Lists and Adjacency Matrix.
6. Explain insertion sort with an example.