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?
- Call by reference
- Call by value
- Call by argument
- Call by method
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.