C. cannot be T for functions you create, but may be for C++'s built-in functions
D. cannot be T
Correct Answer
can be T
Object Oriented Programming Using C++ problems
Search Results
1. 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