Question: C++ 3. Why should most parameters for a function be constant references? Because functions need to be able to change their arguments. Because references have
C++
3. Why should most parameters for a function be constant references? Because functions need to be able to change their arguments. Because references have more capabilities than pointers. Because then a safe copy of each parameter will be made. None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
