Q. Which of the following statement is correct? (Solved)
1. The default value for an argument cannot be function call.
2. C++ allows the redefinition of a default parameter.
3. Both A and B.
4. C++ does not allow the redefinition of a default parameter.
- d. C++ does not allow the redefinition of a default parameter.