answersLogoWhite

0


Best Answer

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

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of error can not be detected by the compiler?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

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

syntax error


Explain the type of error which will be detected when using parity error checking on a serial link?

if the stop bits does not appear when it is supposed to, the UART considers the entire word to be garbled and will report a framing error regardless of the whether the data was received correctly or not, the UART automatically discards the start,parity and stop bits.


Which error is more serious a Type 1 or Type 2 error?

type1 error is more dangerous


What is the error percentage rate if 12 errors are detected in the preparation of 400 prescriptions?

(100/400) * 12 = 3


Does increasing the margin of error decrease the length of the confidence interval?

It depends on whether it is the Type I Error or the Type II Error that is increased.

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.


What kind of systematic errors are detected by varying the sample size?

I believe a varying sample size detects a constant error which is a type of systematic error.


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