in Technology by

What is the difference between actual and formal parameters in C-Programming?

Please log in or register to answer this question.

1 Answer

0 votes
by

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.

Related questions

+1 vote
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
asked May 22, 2021 in Technology by JackTerrance
0 votes
asked Oct 13, 2021 in Education by JackTerrance
...