Multiple choice

What is the name/term used for declaration of function inside a calling program?

  1. Return

  2. Passing arguments

  3. Function

  4. Prototype

  5. Recursion

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

When function declaration is given in calling function or program, then the declaration is called prototype.