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
How much do c++ programmers make?
Does std endl flush?
Is set c++?
What is ios flag in c++?
explain the reference variable in c++?
What is difference between class and structure in c++?
What is the difference between function overloading and operator overloading?
Is java easier than c++?
Should I learn c or c++ first?
How would you obtain segment and offset addresses from a far address of a memory location?
Describe new operator and delete operator?
How do I exit turbo c++?
What is an arraylist c++?
What is meant by entry controlled loop?
How do you find out if a linked-list has an end?