Login
Remember
Register
Ask a Question
Select the best from following comment syntax is correct to create a single-line comment in the C++ program?
+1
vote
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
Select the best from following comment syntax is correct to create a single-line comment in the C++ program?
a) //Comment
b) /Comment/
c) Comment//
d) None of the above
c
-syntax
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 20, 2021
by
SakshiSharma
a) //Comment
...