answersLogoWhite

0

When a program contains a compiler error, the compiler will detect it, preventing the program from compiling. Compiler errors must be fixed before a program will compile successfully.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the difference between runtime errors and compile time error?

Compile time errors occur do to syntax errors (such as forgetting a semi-colon at the end of a line) and they prevent your program from even compiling. A runtime error is an error in logic in your program. Your program will compile, however while running the program it will throw an error because it tries to do something illegal (such as dividing by 0).


What is the difference between compile-time error and the run-time error?

A run-time is an error that occurs when the program is executing (running). This is where segfaults and other horrible things happen. A compile-time error is an error that occurs when you are compiling the code. This is where code syntax and semantics are checked. You want errors to only occur here.


What is the difference between run-time error and compile error?

A run-time is an error that occurs when the program is executing (running). This is where segfaults and other horrible things happen. A compile-time error is an error that occurs when you are compiling the code. This is where code syntax and semantics are checked. You want errors to only occur here.


Is it possible to immediately run your C plus plus program without compiling it?

No.


Differentiate between the process of debugging and compiling?

compiling - automated machine translation of high order human readable program code to low level machine readable program code.debugging - manual human analysis of program failures to track down incorrectly coded operations that are the root cause of the program failure.


Why you unable to rename bin folder?

bin is part of path we use for compiling our program


What is a c compiler?

compiling program, compiler - (computer science) a program that decodes instructions written in a higher order language and produces an assembly language program


What is the difference between a semantic error and logic error?

An error in the logic of a program means that the output of the program is faulty (eg the program tell you 2+2=5). An error in semantics in a program means that the program statements are not constructed properly and the usual result of this is that the program will not compile.


What error is caught when the program execute?

runtime error


What is the first step in software programming?

Generally, the first step in learning to program is to understand the process of editing code, compiling the software and running the subsequent program.


What error is caught when a program executes?

compile error


What are the risks of using compiler interpreter assembler?

The error messages may be frustrating as they show that your program is not perfect... Or I do not know what risk you mean...