Which is not a type of error
programmers look for?
कौन सा त्रुटि का वो प्रकार नहीं है जो प्रोग्रामर देखना
चाहतेहै? ?
Select one:
A Runtime
Runtime
B. Logic
Logic
C. Syntax
Syntax
D. Superficial
Superficial
Answers
Answer:
The answer is no. D
They don't match with computer programmers philosophy. Runtime, Logic and syntax are some errors programmers face frequently.
Answer:
The correct option is D. Superficial
Explanation:
In general, programmers look for errors in the program they write.
Below is the list of examples that they look for in the program:
Syntax error: This is an error in the syntax of the coding language or the script they wrote in the program. This includes incorrect spelling, punctuation, and labels.
Logical error: This error provides unexpected results or erroneous behaviour. This comes under the type of runtime error giving incorrect output.
Runtime error: This error is expected to occur while executing the program and it doesn't occur during compilation of the program.
The correct option is Superficial.
#SPJ2