Ask Question
22 July, 15:27

What is call by reference in function of c

+1
Answers (1)
  1. 22 July, 15:55
    0
    The call by reference method of passing arguments to a function copies the address of an argument into the formal parameter. Inside the function, the address is used to access the actual argument used to call. It means the changes made to the parameter affect the passed argument.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is call by reference in function of c ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers