KnowledgeBoat Logo

Computer Science

Correct any false statements:

(a) Compile-time errors are usually easier to detect and to correct than run-time errors.

(b) Logically errors can usually be detected by the compiler.

Python Data Handling

20 Likes

Answer

(a) The statement is correct.

(b) The statement is incorrect. The correct statement should be:

Logical errors cannot be detected by the compiler.

Answered By

11 Likes


Related Questions