Perfect set of operators that can’t be overloaded in CPP - Operator Overloading
Q. Which of the following is the perfect set of operators that can’t be overloaded in CPP ?- Published on 17 Jul 15a. +=, ?, :: , >>
b. >>, <<, ?, *, sizeof()
c. :: , . , .* , ?:
d. :: , ->, * , new, delete
ANSWER: :: , . , .* , ?: