Question: A reason for passing a pointer to a function is a . to avoid the overhead of copying large data structures and to allow the
A reason for passing a pointer to a function is
a to avoid the overhead of copying large data structures and to allow the called function to modify a variable accessible to the calling function are both true.
b none of these
c to allow the called function to modify a variable accessible to the calling function.
d to allow easy access to data in the function that is being called.
e to avoid the overhead of copying large data structures.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
