Q. Which of the following statement is correct? (Solved)
1. C++ enables to define functions that take constants as an argument.
2. We cannot change the argument of the function that that are declared as constant.
3. Both A and B.
4. We cannot use the constant while defining the function.
- c. Both A and B.