answersLogoWhite

0

What is mean by'pass by value'?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

If you mean 'call by value' then, it means a method of passing argument to a function in c++.

In this a copy of argument is passed to function and changes are not reflected.

User Avatar

Wiki User

13y ago

What else can I help you with?