Ask Question
29 August, 12:39

What is call by reference in function of c

+4
Answers (1)
  1. 29 August, 13:23
    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?
Find an answer to your question ✅ “What is call by reference in function of c ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers