Computer Science, asked by vickysmilevick3558, 10 months ago

Write a c++ program swap two numbers using the concept of call by reference

Answers

Answered by aryankunalroy38
0

Answer:

Call by reference method copies the address of an argument into the formal parameter. In call by value method, a copy of the variable is passed whereas, In call by reference method, a variable itself is passed.

hope it help u then mark me as brainliest answer ☺️ ☺️

Similar questions