Which of the following operator cannot be overloaded?
Answer Posted / vidhya
Conditional Operator (?:)
Membership operator (.)
sizeof operator (sizeof())
.-> operator
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain rethrowing exceptions with an example?
Which is the best c++ compiler for beginners?
Which software is used for c++ programming?
What are the types of array in c++?
Why c++ is not a pure oop language?
How much is c++ certification?
Do we have to use initialization list in spite of the assignment in constructors?
What does h mean in maths?
What things would you remember while making an interface?
Describe delete operator?
Is c++ pass by reference or value?
What is an associative container in c++?
What is the difference between a declaration and a definition?
What are different types of loops in c++?
What are shallow and deep copies?