Question: Lecture Activity: Pass by Reference Q1 Why a parameter might be passed by reference? 1 Point To limit access to caller's memory from the called
Lecture Activity: Pass by Reference Q1 Why a parameter might be passed by reference? 1 Point To limit access to caller's memory from the called function. O To prevent the use of void function return type. To pass an argument by value. To effectively return multiple values to the caller function. O To allocate new memory for the passed argument. Save
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
