Computer Science, asked by shrey6589, 11 months ago

Difference between actual and formal parameters in tabular form in c++

Answers

Answered by Anonymous
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
Anonymous: Hii
Similar questions