Fundamentals of Data Structure in C Assessment Question Paper 2
Fundamentals of Data Structure in C Assessment Question Paper 2
PART - A
Answer ALL the questions (10*2 = 20 Marks)
Q. No. COs BL Questions Marks
1 CO1 L1 Write the basic structure of C program. 2
2 CO1 L1 What is variable in C? Give an example. 2
3 CO2 L5 Differentiate: Structure and Union 2
4 CO2 L4
L1 Define – Null pointer. 2
5 CO3 L1 What is the use of priority queue? 2
6 CO3 L1 Define Stack. List it operations. 2
77 CO4 L1 What is tree and sub trees? 2
8 CO4 L1 What is graph and vertices? 2
9 CO5 L4 How binary search works? 2
10 CO56
CO5 L1 What is a overflow condition in hashing? 2
PART – B
Answer ALL Questions (5*13=65 Marks)
L1 (i)Explain the various data types available in C with example.
11.(a) CO1 (ii)List all the operators in c with an example for each. (7+6)
L1
(or)
(or)
PART – C
Answer ALL Questions (1*15=15 Marks)
Analyze the functionality of hash tables and hashing functions in storing
16.(a) CO5 L4 and retrieving data efficiently. 15
(or)
Write a program that takes an array of pointers to store a two dimensional
16.(b) CO1 L6 array and perform matrix multiplication using it. 15