Multiple choice

Which of the following are true about C functions? a. C functions are used to avoid rewriting same code again and again in a program. b. There is no limit in calling C functions. c. We can call a function from any other function in a program. d. A large C program can easily be tracked when it is divided into functions. e. The core concept of C functions is reusability. f. A function can call itself.

  1. a, c, d, e, f

  2. a, b, d, e, f

  3. a, d, e, f

  4. a, b, c, d, e

  5. All statements are true

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All statements are true. There is no mistake in any statement.