Question: C Programming: Which ones are correct? a. Using call-by-value makes programs more efficient than using call-by-reference b. Using call-by-reference a copy of the argument passed
C Programming: Which ones are correct?
a. Using call-by-value makes programs more efficient than using call-by-reference
b. Using call-by-reference a copy of the argument passed to the function is made.
c. Using call-by-reference makes programs more efficient than using call-by-value
d. Using call-by-reference needs more memory space than than using call-by-value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
