what is single line commemt
Answers
Answered by
12
Answer:
- Single-line comments allow narrative on only one line at a time.
- Single-line comments can begin in any column of a given line and end at a new line or carriage return.
- The // character sequence marks the text following it as a single-line comment.
Answered by
1
Answer:
Single-line comments allow narrative on only one line at a time. Single-line comments can begin in any column of a given line and end at a new line or carriage return. The character sequence marks the text following it as a single-line comment
Similar questions