Computer Science, asked by TArang8044, 1 year ago

Difference between actual and formal argument in c programming

Answers

Answered by Anonymous
0

Bro Actually they both are the same but the major difference between actual and formal arguments is that actual arguments are the source of information; calling programs pass actual arguments to called functions. ... When values are passed to a called function the values present in actual arguments are copied to the formal arguments.

Similar questions