what is runtime error?
An error that occurs during the execution of a program. You won’t get a hint of this during compilation. There are different types of RTE, like
- SIGSEGV
- SIGABR
- SIGFPE
- NZEC
For details about these, you can refer to http://www.codechef.com/wiki/faq#Why_do_I_get_a_Runtime_exception
1 Like