Name the operators that cannot be overloaded.

Answers were Sorted based on User's Feedback



Name the operators that cannot be overloaded...

Answer / ritesh pal

sizeof . .* .-> :: ? :

Is This Answer Correct ?    0 Yes 0 No

Name the operators that cannot be overloaded...

Answer / Tapan Sharma

The operators that cannot be overloaded in C++ are: (1) Scope resolution operator (::). (2) Class member access operator (.). (3) Arrow operator (->). (4) Typeid operator (typeid).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

How to generate random numbers in C++ with a range?

1 Answers  


What are "pure virtual" functions?

1 Answers   Adobe, Alter, iNautix,


What is placement new?

2 Answers   Amazon,


Explain the difference between C and C++.

1 Answers   Accenture,


What is RTTI and why do you need it?

1 Answers   Amazon,


Explain encapsulation in C++.

1 Answers   Verifone,


What is latest update of C++ ?

1 Answers   Adobe,


What does it mean to declare a member function as virtual in C++?

1 Answers   Amazon,


What is partial specialization or template specialization?

1 Answers   Amazon,


Write a program that can take input from 3 to 8 and calculate the average?

1 Answers   Accenture,


When would you use a pointer? A reference?

1 Answers   Amazon,


Consider the following C++ program

1 Answers  


Categories