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 array in c++ example?
What are static member functions?
Specify different types of decision control statements?
Is nan a c++?
Explain differences between alloc() and free()?
Differentiate between a copy constructor and an overloaded assignment operator.
What is the use of turbo c++?
What is flush programming?
Define a pointer to a data member of the type pointer to pointer?
Can I create my own functions in c++?
Why is "using namespace std;" considered bad practice?
What is searching?
Why do we use structure in c++?
What is a lambda function c++?
Define private, protected and public access control.