Computer Science, asked by princi40, 11 months ago

how many types of comments in c++​

Answers

Answered by vaishnavi4890
9

Answer:

There are two types of comments in c++

  • line
  • block
Answered by Mitali1234rawat
1

Answer:

there are 2 types of c+++comments..

Explanation:

1. single line comments which uses double slash //

2. multiple line comments which uses /*

Similar questions