Computer Science, asked by smithi8485, 1 year ago

Difference between passing value parameters and reference parameters eg

Answers

Answered by Kingvikraal
1
By definition, pass by value means you are making a copy in memory of the actual parameter's value that ispassed in, a copy of the contents of the actual parameter. ... In pass byreference (also called pass by address), a copy of the address of the actual parameter is stored.
Similar questions