compile error
Chat with our AI personalities
The CPU executes program instructions.
Something what the computer executes.
An interpreter is a specialized kind of computer program. This program executes instructions written in a programming language that is not the native coding.
There is no such thing: compiler translates but doesn't execute; interpreter executes, but doesn't translate.
A run time error occurs when a compiled program executes, and during execution, the binary code attempts a task that is not permitted by the operating system or libraries. Divide by zero is an example of a run time error. When the executed program divides one variable by a second variable, and the second variable holds a value of zero, the run time library will issue a run time error. Since the compiler cannot predict the values held by the variables, it cannot prevent such an error from occurring, and so the run time library traps the run time error during program execution. . Some run time errors include: - divide by zero - no stack space - memory reference out of bounds - write protected file