MCQs
MCQs
18. Which statement is used to execute different blocks of code based on multiple
conditions?
a) if-else
b) for
c) switch-case
d) while
6. Functions in C
28. What is the return type of a function that does not return anything?
a) int
b) void
c) float
d) null
9. File Handling