answersLogoWhite

0


Best Answer

syntax error

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of error is detected when a pascal program is compiled?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between fatal errors and nonfatal error?

A fatal error would highlight a problem with your program. A nonfatal error can't be detected by the program and may produce incorrect results.


Missing semicolon in c program is a compile time error?

It's a syntax error, which is detected during compilation, yes.


When erroneous data are detected by computer program controls the error report should be reviewed and followed up by whom?

data control group


How do you delete the detected virus after the scan?

Anti-virus software program itself deletes the infected files after running the scan and detecting fault error files.


What is execution in time logic error?

In programming, logic errors can occur if code has not been written in a manner that results in a program completing functions as expected. When an attempt to run/execute a program commences and a program encounters errors resulting from code that had not been compiled and translated as expected (such as in cases that lines of code may not be in the correct order), then a run time error could occur.


How compile c program in editplus give you the steps?

You can use the gross c compiler and the file will just be compiled with no error. Or microsoft C++ Would work too if one's computer runs on windows.


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 is linker error?

An error detected (or perhaps caused) by the linker. Examples: unresolved symbol, duplicated symbol.


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 is the difference btween compilation and execution?

They are similarmake = create somethingcompile = implies you are using other things and putting them together to create something eg. lists for reference something made can have been compiled, but might notsomething compiled is also made


What type of error can not be detected by the compiler?

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.


What error is caught when the program execute?

runtime error