Which of the following statements is true?

a. Both syntax errors and logic errors are caught by the compiler.
b. Both syntax errors and logic errors have effects at execution time.
c. Syntax errors are caught by the compiler. Logic errors have effects at execution time.
d. Logic errors are caught by the compiler. Syntax errors have effects at execution time.

c. Syntax errors are caught by the compiler. Logic errors have effects at execution time.

Computer Science & Information Technology

You might also like to view...

Database functions carry out calculations on a database table

Indicate whether the statement is true or false

Computer Science & Information Technology

Write a loop that finds the sum of the numbers from 0 to 100. Then display the sum in an alert box.

What will be an ideal response?

Computer Science & Information Technology