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 virtual constructor paradigm?
Why do we use constructor?
Explain register storage specifier.
Explain the difference between class and struct in c++?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
What is atoi?
What do you understand by a pure virtual member function?
What is the difference between mutex and binary semaphore?
What is capacity in vector in c++?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
What do you mean by call by value and call by reference?
What is data structure in c++?