RunTime Errors are errors that happen while a program is being executed (or "run").
Runtime errors are errors that happen while a program is being run. Runtime errors only happen while the program is being executed, as opposed to compilation errors, which can happen at any moment throughout the compilation of a program.
Errors relating to semantics or syntax are typically referred to as compile-time errors. An error that occurs during the execution of code is referred to as a runtime error.
Learn more about error here:
https://brainly.com/question/13089857
#SPJ4