a single line comment in c++ begins with
Answers
Answered by
1
Explanation:
Single-line comments start with two forward slashes ( // ). Any text between // and the end of the line is ignored by the compiler (will not be executed).
Answered by
0
I don't know answer of this question
Similar questions