What is call by reference in functions?



What is call by reference in functions?..

Answer / hrpynux@gmail.com

The call by reference method of passing arguments to a function copies the address of an argument into the formal parameter. ... It means the changes made to the parameter affect the passed argument. To pass a value by reference, argument pointers are passed to the functions just like any other value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How does struct work in c?

0 Answers  


What is a far pointer in c?

0 Answers  


How many levels deep can include files be nested?

0 Answers  


difference between c and c++

3 Answers  


What is a string?

0 Answers  






What is difference between structure and union in c?

0 Answers  


Who developed c language and when?

0 Answers  


what is the return type of printf

3 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


Categories