What return value must conversion operators have in their declaration?


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

Post New Answer

More C++ General Interview Questions

Comment on local and global scope of a variable.

0 Answers  


How do you add an element to a set in c++?

0 Answers  


Explain what happens when a pointer is deleted twice?

0 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


How can I improve my c++ skills?

0 Answers  






Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,


Why do we use setw in c++?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


Explain rtti.

0 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  


What are destructors?

0 Answers  


Categories