Computer Science for IGCSE & O level - Programming (Section 13 - No. 30)

What is the purpose of comments in a program?
To execute code.
To provide instructions to the computer.
To explain the code to humans.
To make the program faster.

Explanation

Comments are used to explain the code and make it more understandable for programmers.

Comments (0)

Advertisement