Multiple choice

Which of the following statements is not correct about a function?

  1. It is a set of instructions.

  2. It performs a specific task.

  3. It is reusable.

  4. It is modular programming.

  5. None of these

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

All above are actual properties of a function.