SynergisticIT Interview Question

call by value

Interview Answer

Anonymous

Aug 26, 2017

When a variable is called by value, a copy of that variable's value is made in order to be used in the function. The original variable(and it's value) is untouched.

1