Vidyalelo
Computer Science · Q42

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 42

Q42

Of the three ways to pass arguments to functions, only passing by _____ and passing by _____ allow the function to modify the argument in the calling program

A.
reference, pointer
Answer
B.
array, location
C.
array, pointer
D.
None of the above

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board