Q. Which of the following is correct about the statements given below?
1. All operators can be overloaded in C++.
2. We can change the basic meaning of an operator in C++.
1. All operators can be overloaded in C++.
2. We can change the basic meaning of an operator in C++.
β
Correct Answer: (C)
Both I and II are false.