What is difference between "call by value" & "call by reference" in C programming
Answers
Answered by
1
Explanation:
I hope it's helpful you ☺️ ☺️ ☺️ ☺️
Attachments:
Answered by
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
Biology,
16 days ago
Geography,
1 month ago
Math,
1 month ago
Computer Science,
9 months ago
Math,
9 months ago