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 a "RTTI"?
What do you mean by const correctness?
How to write a program such that it will delete itself after exectution?
what is a reference variable in C++?
How many types of classes are there in c++?
Describe the main characteristics of static functions?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
Differentiate between declaration and definition.
What is difference between rand () and srand ()?
How do I use turbo c++?
How long it will take to learn c++?
Which operations are permitted on pointers?