Which of the following operator cannot be overloaded?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vidhya
Conditional Operator (?:)
Membership operator (.)
sizeof operator (sizeof())
.-> operator
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between while and do while loop?
What's the hardest coding language?
What do you mean by overhead in c++?
What are the difference between reference variables and pointers in C++?
Can we use struct in c++?
What is the difference between std::vector and std::list
Is map ordered c++?
How to avoid a class from instantiation?
What are the 4 types of library?
Describe the advantages of operator overloading?
Can you overload the operator+ for short integers?
What is the fastest c++ compiler?