What do you understand by the run-time errors?

: 473
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

Run-time errors occur during the execution of the program.

Example of run-time error: when we are trying to divide any number by zero.

Suggested Papers: