Computer Science for IGCSE & O level - Programming (Section 9 - No. 8)

What is the benefit of using comments in code?
To make code more readable and understandable.
To help other programmers to understand your code.
To make the code run faster.
To prevent errors in the code.

Explanation

Comments are meant for human understanding and explanation, and not to affect performance.

Comments (0)

Advertisement