Computer Science, asked by jitendra3006rathoree, 6 months ago

which of the following is the correct about passing by value parameters

Answers

Answered by bhavika97
1

Explanation:

When we pass an argument by call-by-value a copy of argument is made into the formal parameter of the subroutine and changes made on parameters of subroutine have no effect on original argument, they remain the same.

Similar questions