Computer Science, asked by shreya0503, 1 year ago

explain the significance of comments in c++​

Answers

Answered by Anonymous
1

Answer:

C2 because ++ equal to 2 so c2

Answered by Anonymous
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