Question

Which of the following is not a valid way to pass arguments to a function in C++?
a. By reference with reference arguments.
b. By value.
c. By reference with pointer arguments.
d. By value with pointer arguments.

Answer

This answer is hidden. It contains 30 characters.