Computer Science for IGCSE & O level - Programming (Section 13 - No. 24)
What is the purpose of comments in programming?
To execute code.
To improve code readability and explain the code.
To make the program faster.
To store data.
Explanation
Comments are used to explain the code and improve readability for humans. They are ignored by the compiler or interpreter.
Comments (0)
