answersLogoWhite

0

What ia call by value?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

Call by value it's a mechanism to design to pass arguments to functions. When you call by value a variable within the list of argument of function, it means you ask to provide a copy of the variable. And if it happens that you change the variable within your function, it's not gong to change the original variable.

User Avatar

Wiki User

14y ago

What else can I help you with?