Functions
Functions
h>
Address of m : 0x7ffcc3ad291c
Value of m : 29
ptr = &fno;
qtr = &sno;
return 0;
}
5. Write a program in C to add numbers using call by reference.
Test Data :
Input the first number : 5
Input the second number : 6
Expected Output :
int main()
{
long fno, sno, sum;