Computer Science, asked by saumyashastri490, 6 hours ago

a single line comment in c++ begins with

Answers

Answered by MissIncredible34
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 sandeepnalawade600
0

I don't know answer of this question

Similar questions