Which operator can not be overloaded in C++?



Which operator can not be overloaded in C++?..

Answer / hrpynux@gmail.com

The only C operators that can't be are . and ?: (and sizeof , which is technically an operator). C++ adds a few of its own operators, most of which can be overloaded except :: and . * .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

what is multi-threading in C++?

0 Answers  


Does c++ vector allocate memory?

0 Answers  


What is the benefit of c++?

0 Answers  


To what does “event-driven” refer?

0 Answers  


What is pointer in c++ with example?

0 Answers  






What do you mean by inheritance in c++? Explain its types.

0 Answers  


What is istream c++?

0 Answers  


What is general format for a prototype?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


How do you declare a set in c++?

0 Answers  


What is the use of 'using' declaration in c++?

0 Answers  


What is a try block?

0 Answers  


Categories