Program to add numbers using call by reference.
Here, we have a basic program example to add two numbers using call by reference in C and C++. Code to add two numbers using call by reference in C language Code to add two numbers using call by reference in C++ language