1. Describe the different common matrix operations. Explain your answer with appropriate programs in C.
2. What is relationship between Pointers and Strings? Describe two dimensional array of strings.
3. What do you mean by Circular Linked Lists? Describe the delcirq(), cirq–display function associated with Circular Linked Lists.
4. What do you mean by Stacks? What are the different applications of stacks?
5. Describe in detail the Linked representation and Array representation of Binary Tree.
6. Describe in detail Linear Search and Binary Search.