ICSE Class 10 Computer Applications Question 5 of 30

Solved Sample Paper 3 — Question 5

Back to all questions
5
Question

Question 1(v)

In which technique are the values of actual parameters copied to the formal parameters?

  1. Call by reference
  2. Call by value
  3. Call by argument
  4. Call by method
Answer

Call by value

Reason — In call by value, the actual parameters are copied to formal parameters. Any changes to formal parameters are not reflected onto the actual parameters.