Biology, asked by saniyaa7863, 1 year ago

Linking of a function call to its body during run-time is known as

Answers

Answered by writersparadise
0
When a function is being called for execution at a particular point in a program, that point is known as the calling function. The function that is being called or executed is referred to as a called function. At the point where the program invokes the function for execution, the function is represented by using the name of the function along with its return data type and the data type of its arguments.
Answered by thewordlycreature
0

Linking of a function call to its body during run-time is known as function of the program. Actually a function is a type of procedure or routine where some programming languages make a distinction between a function, which returns a value, and a procedure, which performs some operation but does not return a value. These are known as function.

Similar questions