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
What is the use of seekg in c++?
What are smart pointers?
Can we inherit constructor in c++?
Is rust better than c++?
Can you please explain the difference between overloading and overriding?
What are the advantages of c++ over c?
What is a volatile variable in c++?
What is atoi in c++?
Describe the syntax of single inheritance in C++?
Why Pointers are not used in C++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Can class objects be passed as function arguments?
Define virtual constructor.
What is the best ide for c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?