What means pass by pointer?

Submitted by: Administrator
The callee function receives a pointer to the variable. The value of the pointer in the caller function can then be modified. The advantages of this process are that the changes are passed back to the caller function and multiple variables can be changed.
Submitted by: Administrator

Read Online C++ References Job Interview Questions And Answers