Which of the following operator cannot be overloaded?

Answers were Sorted based on User's Feedback



Which of the following operator cannot be overloaded?..

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

Which of the following operator cannot be overloaded?..

Answer / vidhya

Conditional Operator (?:)
Membership operator (.)
sizeof operator (sizeof())
.-> operator

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

sizeof - is it a function or operator?

6 Answers   Honeywell,


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

0 Answers  


What is oop in c++?

0 Answers  


What is function overriding in c++?

0 Answers  


How can you differentiate between inheritance and implementation in c++?

0 Answers  






Is there a datatype string in c++?How is the memory allocation?

3 Answers  


What is oops in c++?

0 Answers  


Is c++ a good beginners programming language?

0 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  


Why is c++ so fast?

0 Answers  


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


Categories