(C)
2.3 Which of the following types of errors are detected during program compilation?
(a) Syntax
(b) Logical
(c) Data
(d) All of the above
1 Consider the following statements:
Answers
the answer is syntax error and it is also known as compilation error
Which of the following types of errors are detected during program compilation?
(a) Syntax
(b) Logical
(c) Data
(d) All of the above
The correct answer is :
(a) Syntax
Explanation :
A syntax error in the source code of a program is a type of error that is detected when a computer program is compiled correctly. Following the syntax is essential for compiling a computer program correctly. If any aspect of a programming language does not conform to the syntax, then it will generate a syntax error. This syntax error is detected in the source code of a program. The syntax is a minor grammatical error that is very short and sometimes of only one letter. Small mistakes like this can cause problems by creating in any programming language.
#SPJ3
——————————————————————————————————————
Know something more :
https://brainly.in/question/16813715
High-level language program has to be converted into machine language by translator programs?
https://brainly.in/question/19250701
Which of the following is not the characteristic of a computer?
A) computer cannot think on its own
B) computer is an electrical machine
C) computer processes information error-free
D) computer can hold data for any length of time