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 FAQ | CodeChef

1 Like