Multiple choice

Which of the following methods of passing of arguments to a function passes the copy of the arguments to the called function?

  1. Call by Reference

  2. Call by Value

  3. Global function

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This method of passing arguments to a function passes the copy of the arguments to the called function.