Multiple choice

(I) In C, all the function except main() can be called recursively. (II) If return type for a function is not specified, its default is int. (III) A function cannot be defined inside another function. Which of the above statements are true?

  1. I, II, III

  2. II, III

  3. I, II

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer