C Question Bank
C Question Bank
d) What is %d in C programming?
e) What is variable? List the restrictions on the variable names.
f) What are constants? For what purpose it is used?
g) What is an assignment statement? Give the general form of an
assignment statement.
h) Explain different types of expressions in C language.
i) What are basic data types available in C? Write the significance of
each data type.
j) How can we use character set in our programs?
UNIT-II
S.No. Question
a) What is two-way selection statements?
b) Explain switch statement with syntax and example
c) What do you mean by nested loop?
d) List the differences between while loop and do-while loop.