Computer Science for IGCSE & O level - Programming (Section 16 - No. 19)

What does '/* ... */' denote in programming, based on the example?
A single line comment.
A multi-line comment.
A variable declaration.
A loop structure.

Explanation

The example shows that '/*' and '*/' is used for multi-line comments.

Comments (0)

Advertisement