Overflow in C++ is a one kind of Runtime error.
(B) Runtime error.
Runtime error is that error which occur during execution of program. In case of overflow, ,the error takes place during execution of program.
A stack overflow is a run-time software bug when a program attempts to use more space than is available on the run-time stack, which typically results in a program crash.
Comments
Leave a comment