runtime error

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

  1. SIGSEGV
  2. SIGABR
  3. SIGFPE
  4. NZEC

For details about these, you can refer to http://www.codechef.com/wiki/faq#Why_do_I_get_a_Runtime_exception

1 Like