Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 12)

What is the purpose of a 'comment' in programming code?
To make the code run faster.
To make the code more complex.
To provide explanations for the code to other programmers.
To convert the code into machine language.

Explanation

Comments are used to explain code to other programmers.

Comments (0)

Advertisement