Kizspy Question: 2
(Choose 1 answer)
When a C program compiles without any errors or warnings, it means that the syntax of the program is
correct, and the compiler successfully translates the code into machine-readable instructions. However, a
program can still produce incorrect results if there are
in the code.
A. compilation errors
B. runtime errors
C. logic or semantic errors
D. interpreter errors