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 static function
What is heap sort in c++?
Which bit wise operator is suitable for putting on a particular bit in a number?
How do you initialize a string in c++?
Explain the difference between struct and class in terms of access modifier.
What is the difference between the functions rand(), random(), srand() and randomize()?
What is array in c++ example?
Eplain extern keyword?
Which one is better- macro or function?
Do you need a main function in c++?
What are inline functions? What is the syntax for defining an inline function?
What is string in c++ programming?