Difference between actual and formal parameters in tabular form in c++
Answers
Answered by
0
What is the difference between actual and formal arguments in C? ... In above piece of code, the variables n1 and n2 are called actual arguments, whereas the variables a and b are called formal arguments. When values are passed to a called function the values present in actual arguments are copied to the formal arguments.
jashanRomana:
hii
Similar questions
Physics,
1 year ago