Multiple choice

A function call mechanism that passes arguments to a function by another name of arguments is

  1. call by value

  2. call by reference

  3. call by address

  4. call by value result

  5. default argument

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

Call by reference mechanism uses another name of arguments.