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 a terminating character in c++?
What is the protected keyword used for?
What is overloading unary operator?
How do you save a c++ program?
Is c++ still in demand?
How many different levels of pointers are there?
How do you sort a sort function in c++ to sort in descending order?
Write a note about the virtual member function?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Define token in c++.
What is prototype for that c string function?
In what situations do you have to use initialization list rather than assignment in constructors?
What is a character in c++?
Can constructor be private in c++?
What is bubble sort c++?