What is the function of parameter in C?

The parameter is referred to as the variables that are defined during a function declaration or definition. These variables are used to receive the arguments that are passed during a function call . These parameters within the function prototype are used during the execution of the function for which it is defined.

Read more

What is the function of parameter in C?

The parameter is referred to as the variables that are defined during a function declaration or definition. These variables are used to receive the arguments that are passed during a function call . These parameters within the function prototype are used during the execution of the function for which it is defined.

Read more