how many types of comments in c++
Answers
Answered by
9
Answer:
There are two types of comments in c++
- line
- block
Answered by
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