0 votes
in C Plus Plus by

Name the Operators that cannot be Overloaded.

1 Answer

0 votes
by
sizeof – sizeof operator

. – Dot operator

.* – dereferencing operator

-> – member dereferencing operator

:: – scope resolution operator

?: – conditional operator

Related questions

+1 vote
asked Jul 27, 2021 in JAVA by SakshiSharma
0 votes
asked Jun 9, 2020 in C Plus Plus by Robindeniel
...