Q. Which of the following is the correct way to define a function with default arguments in C++?
β
Correct Answer: (C)
Both A and B
Explanation: Both options are valid ways to define a function with default arguments in C++.