What are formal parameters?

4 years ago
C Programming

In using functions in a C program, formal parameters contain the values that were passed by the calling function. The values are substituted in these formal parameters and used in whatever operations as indicated within the main body of the called function.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions