what is call by value explain ?/
Answers
Answered by
1
Answer:
In Call by value, a copy of the variable is passed whereas in Call by reference, a variable itself is passed.
Answered by
8
Answer :-
Call-by-value:-
- When you p@ss parameters to a method by value, the method copies the value of the actual parameters to formal parameters. It creates its own copy of argument values and then uses them in the method.
Similar questions
Math,
28 days ago
Computer Science,
28 days ago
English,
28 days ago
English,
1 month ago
Social Sciences,
1 month ago
Science,
9 months ago
History,
9 months ago