
Note: Attempt total five questions in all, selecting one question from each unit. Q1 is compulsory. Each question carries 16 marks.
1. a) Explain what is meant by precedence and associativity.
b) Explain with the help of an example what in nesting of loops.
c) Explain four standard library functions used for string manipulation.
d) Discuss how unions are declared and accessed.
3. What is an error? Explain the different types of errors? Give example for each one of them.
5. Differentiate between while loop, Do while loop and for loop.
7. Discuss the features of various storage classes in C language.
9. Write a program in C to read and display an array of structures.