Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: Function Call And Return Lecture Notes - Gopi Edition
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In a language that features recursion, it is necessary to distinguish between the definition of a function and a call to that function. The definition of a function defines how that function behaves. A call to the function creates an "instance" or "activation" of that function. Although a function has only one definition, over time it will have many distinct instances.

Attachment : [attachment=21616]