What is the difference between actual and formal parameters in C-Programming?
The parameters sent to the function at calling end are called as actual parameters while at the receiving of the function definition called as formal parameters.