answersLogoWhite

0

Most commonly this would be a logical error, such as coding an incorrect calculation. However, depending on the compiler and language, other errors may not be detected at compile time.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is a compiler in c program?

The compiler is software that allows any high-level language to be translated into the machine language, compilers are language specific, i.e. C language has its own compiler which will translate the code written in C language to the machine language, compiler for Java will do the same task for the Java code


What type of error is detected when a pascal program is compiled?

syntax error


Why wont your C plus plus programs compile?

C++ programs won't compile if they contain compiler errors. The compiler will tell you precisely where the error is, and the type of error, unless the error is in a macro. The compiler cannot see macro definitions because they are inline expanded prior to compilation.


Why do you need compilers?

we need compiler to run the programme. compiler will check the error in the problem. compiler can check the error with the help of run time compiler. they can be static or dynamically.


What does this compiler error mean ' ' in java?

Simply, the error that your compiler catches is called compiler error. Doesn't matter if you are in Eclipse, NetBeans or Intellij IDEA, all these IDE's are very smart. They can detect if you made any any mistakes in your program. Common compiler errors are- -When you try and access a variable that is out of scope -When you forget to give a semicolon. -When you will try to use a reserved keyword like - return. -Any syntax error that your compiler might find suspicious, will cause compiler to throw an error.


When does a program show a compiling error?

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.


Why am i getting the error illegal start of type in java?

I would need to see the code where the error occurs. But I would guess the error might well be before the place where the compiler complains that there is an error - simply because the previous instruction was not complete.


What happen if you declare class as recursive?

It will get a compiler error in Java.


What happens if you try to find address of register variable?

Either you get a compiler error. Or you get a compiler warning, and the variable won't be stored in register.


I don't have any error but compiler rites long lines of code like 60 lines and do not create a exe file?

You failed to find (or understand) the compiler's error messages. Ask your teacher for help.


What is the name of error check technique that uses c language compiler?

Debugging


When does an aspx page compile Why does it compile?

If something that is meant to be compiled actually compiles, it means that there are no errors of the types detected by the compiler.