Computer Science, asked by vishal8663, 1 year ago

what is difference between call by value and call by reference in function?​

Answers

Answered by Anonymous
1

✨➡️➡️➡️✝️☘️HOPE HELP YOU⬅️⬅️⬅️^_^^_^✨✝️

⭐⭐⬅️ Answer ➡️➡️➡️➡️

Difference between Call by Value and Call by Reference. In call by value, a copy of actual arguments is passed to formal arguments of the called function and any change made to the formal arguments in the called function have no effect on the values of actual arguments in the calling function.

⬅️⬅️☘️

^_^⭐✨

➡️➡️ Please brainliest this answer ⬅️✝️^_^✝️^_^⭐^_^⭐

✨☘️✨☝️

Answered by Anonymous
0

\huge\mathrm\red{Answer}

=> Call by reference :- any change made in the formal parameter will reflect on the actual parameter

=> Call by value any change made in the formal parameter will not reflect the actual parameter

Similar questions