Computer Science for IGCSE & O level - Programming (Section 15 - No. 28)
What does the `//` notation typically signify in a programming language?
A multi-line comment
An assignment operator
A single-line comment
A function call
Explanation
'//' usually indicates a single-line comment, explaining parts of the code or adding notes.
Comments (0)
