Programing in C
Programing in C
Instructions:
1. All questions are compulsory.
2. Illustrate your answers with neat sketches wherever necessary.
3. Figures to the right indicate full marks.
4. Assume suitable data if necessary.
5. Preferably, write the answers in sequential order.
1
Scheme – G
2
Scheme – G
3
while (count-- >0)
print (count); print (“%”, count);
k) Define token? List tokens in ’C’.
l) Distinguish between while and do-while loop [Any two points]
4
d) Describe category of function: function with No arguments and No return value with
example
e) What is a Structure? How is it different from an Array?
f) Write the syntax of function declaration? State the example of it.