Which of the following operator cannot be overloaded?
Answer Posted / soundarya
sizeof
* pointer to member operator
. membership operator
:: scope resolution operator
?: conditional operator
can not be overloaded
using friend function these four operator can not be overloaded
=
()
[]
->
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell me difference between constant pointer and pointer to a constant.
Is java based off c++?
What are member functions used in c++?
What is the average salary of a c++ programmer?
Why c++ does not have finally?
Write about a nested class and mention its use?
What is ofstream c++?
Why do we use double in c++?
List different attributes in C++?
What are the steps in the development cycle?
Explain function overloading
Can manipulators fall in love?
Is c++ used anymore?
What are the 4 types of library?
Explain stack unwinding.