What is an overflow error?


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

Post New Answer

More C++ General Interview Questions

What is the latest c++ standard?

0 Answers  


What is the use of class in c++?

0 Answers  


Tell me an example where stacks are useful?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


Can you sort a set c++?

0 Answers  






What is class and structure in c++?

0 Answers  


How are pointers type-cast?

0 Answers   iNautix,


What is the advantage of an external iterator.

0 Answers  


What is a base class?

0 Answers  


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


Why main function is special in c++?

0 Answers  


Write a note about the virtual member function?

0 Answers  


Categories