Which is more effective while calling the functions? A. call by pointer B. call by value C. call by reference D. none of the mentioned Answer Workspace Report Discuss Answer with explanation Answer: Option C Explanation In the call by reference, it will just copy the address of the variable to access it, so it will reduce the memory in accessing it. Workspace
Discuss about the question