+2 votes
in Class 11 by kratos

What are the different methods of calling a function?

1 Answer

+1 vote
by kratos
 
Best answer

The function can be called using either of the following methods:

  1. call by value

  2. call by reference

...