1.

What will happen while using pass by reference

A. The location of variable in memory is passed to the function so that it can use the same memory area for its processing
B. The function declaration should contain ampersand (& in its type declaration)
C. The values of those variables are passed to the function so that it can manipulate them
D. All of above
E. None of these
Answer» B. The function declaration should contain ampersand (& in its type declaration)


Discussion

No Comment Found