What means pass by value?

Submitted by: Administrator
The callee function receives a set of values that are to be received by the parameters. All these copies of values have local scope, i.e., they can be accessed only by the callee function. The simplicity and guarantee of unchanging of values passed are the advantages of pass by value.
Submitted by: Administrator

Read Online C++ References Job Interview Questions And Answers