Q:

Name the Operators that cannot be Overloaded in c++

0

Name the Operators that cannot be Overloaded

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

sizeof – sizeof operator
 
. – Dot operator
 
.* – dereferencing operator
 
-> – member dereferencing operator
 
:: – scope resolution operator
 
?: – conditional operator

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C++ Interview Questions and Answers(2022)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Figure out functions that cannot be overloaded in ... >>
<< Write some important rules associated with virtual...