Which c++ operator cannot overload?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is string an object in c++?

0 Answers  


What is a character in c++?

0 Answers  


Evaluate !(1&&1||1&&0) a) Error b) False c) True

0 Answers  


Tell me can a pure virtual function have an implementation?

0 Answers  


What is the difference between while and do while loop? Explain with examples.

0 Answers  






What is difference between rand () and srand ()?

0 Answers  


Define a nested class.

0 Answers  


What is compilation?

1 Answers   Datamatics, TCS,


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


Explain friend class?

0 Answers  


What is the full form of ios?

0 Answers  


Does c++ have string data type?

0 Answers  


Categories