Which of the following are examples of run time errors?
The following are common types of runtime error.
- Logical Errors. Logical errors such as failing to check if a file is empty before parsing its first line.
- Invalid Operations. Trying to do things that can’t be done such as division by zero.
- Input Handling. …
- Parsing. …
- Out of Bounds. …
- Data. …
- Integration. …
- Null Pointer.