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


Please Help Members By Posting Answers For Below Questions

Define what is constructor?

579


Is c++ double?

556


Is map thread safe c++?

628


How java is different from c and c++?

633


When to use “const” reference arguments in a function?

575






What are exceptions c++?

589


Does std endl flush?

605


Define linked lists with the help of an example.

549


What are manipulators in c++ with example?

575


What is the difference between *p++ and (*p)++ ?

771


What are the new features that iso/ansi c++ has added to original c++ specifications?

581


What is a container class? What are the types of container classes in c++?

675


What are protected members in c++?

613


What do you understand by zombie objects in c++?

608


What is the benefit of encapsulation?

590