Datastructures Using c
Datastructures Using c
UG Revised CBCS Guess paper-1 (As per Revised syllabus of A.Y 2020-21)
Section: Core Group Paper
Paper Title: Data structure using C
Max.Marks: 75 Max.Time: 3 hours
……………………………………………………………………………………………………………………………..
Section -A
Answer any five questions of the following. 5x5=25
1. What is a Data structure and explain different types of data structures in detail?
3. What is single linked list and explain the procedure to add and delete an element in single linked list?
4. Write a menu driven program to insert and delete an element in doubly linked list
Section -A
Answer any five questions of the following. 5x5=25
1. Difference between data type, abstract data type and data structure.
Section -B
Answer any five questions of the following. 5x10=50
1. What is data structure? Explain linear and non-linear data structures with examples.
2. What is linked list? Explain all possible operations on double linked list.
6. What is BST? Explain how to insert and delete elements in BST with help of algorithms.