CS3353 C Programming and Data Structures
YEAR/SEM: II /III Time: 2 Hrs.
Max. Marks:60
PART A (9 X 2 =18Marks)
1. What are the Types of Data?
2. Define the Operations of C programming.
3. Identify Conditional Statements.
4. What are Recursive Functions?
5. What are Arrays?
6. what is Multi-dimensional array?
7. How many types of looping?
8. What are structures?
9. Define union.
PART B (2*13=26)
10. (a) i) Explain Data types and Variables (7)
ii) explain the operators (6)
OR
(b) Explain the conditional statement (13)
11.(a) Explain the functions of C programming (13) OR
(b) Demonstrate single and Multi-Dimensional Arrays. (13)
PART C (1*16=16 marks)
12.(a) Explain the conditional statement and control statement (16)
OR
(b) i). Explain structures and Union (8).
ii). explain pointers (8)