B. Sc. Semester 2 Computer Data Structure Question Bank C hapter-1 What is pointer? How to declare pointer, explain with example. What is array? Explain types of array with example. What is dynamic memory allocation? Explain dynamic memory allocation functions. Explain sparse matrix. What is Data Structure? Explain types of data structure. Chapter-2 & 3 What is Queue? Explain types of Queue. Write a program to perform insert, delete and display operations on simple queue. What is stack? Write program of stack. Explain circular queue with example. Difference between Stack and Queue. Explain evaluation of express using stack. What is linked list? Explain in detail. Write a program for Singly Linked List. Write a program for Doubly Linked List. Singly linked list v/s doubly linked list. Explain circular linked list with example. Chapter-4 Explain B-tree with example. Write a short ...