0 votes
by (1.1k points)

1 Answer

0 votes
by (1.6k points)
selected by
 
Best answer

The call by value method copies the value of an argument into the formal parameter of that function whereas the Call by reference method copies the address of an argument into the formal parameter.

...