Name the operators that cannot be overloaded.



Name the operators that cannot be overloaded...

Answer / ritesh pal

sizeof . .* .-> :: ? :

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

Difference between Call by pointer and by reference.

0 Answers   Adobe,


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


In C++ what is the meaning of data hiding?

0 Answers   Aricent,


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,






What is bool in C++

0 Answers  


What is partial specialization or template specialization?

0 Answers   Amazon,


How many times will this loop execute? Explain your answer.

0 Answers  


What's the value of the expression 5["abxdef"]?

0 Answers  


What is meant by exit controlled loop?

0 Answers   Adobe,


Define an Abstract class in C++?

0 Answers  


Tell me about virtual function

1 Answers  


Categories