-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.