explain the significance of comments in c++
Answers
Answered by
1
Answer:
C2 because ++ equal to 2 so c2
Answered by
5
comment is used to describe some additional information about a statement or a block of statement in a program.
In c++ comment has two types:-
single lined comment - //...
multi lined comment - /*...*/
Similar questions