Computer Science, asked by VestedElf, 9 months ago

What is call by value and call by reference in c language?

Answers

Answered by Anonymous
4

Answer -

Call By value

  • In the call by value method We can copy the value of actual arguments into formal arguments so if we make any change in formal arguments the cange will not effect on actual arguments.

Call by reference

  • In the call by reference method We can pass the address of the actual argument into formal argument so if we make any change in formal arguments the cange will effect on actual arguments.

→ Hope it will help you ✴️

→ Please mark as Breinliest ✴️

Similar questions