Multiple choice What is the name/term used for declaration of function inside a calling program? Return Passing arguments Function Prototype 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.