Computer Science, asked by A1m4e6y4, 1 month ago

What is difference between "call by value" & "call by reference" in C programming​

Answers

Answered by misscartoon121416
1

Explanation:

I hope it's helpful you ☺️ ☺️ ☺️ ☺️

Attachments:
Answered by xxsanshkiritixx
1

The parameters of functions can be passed in two ways:

The parameters of functions can be passed in two ways:Call by value: A copy of the variable is passed to the function.

The parameters of functions can be passed in two ways:Call by value: A copy of the variable is passed to the function.Call by reference: An address of the variable is passed to the function

thankyou

Similar questions