12. Explain two ways to write comment in C++.
Answers
Answered by
3
Answer:
Types of Comments
Single-line comments are accomplished using a double slash (//). The double slash tells the compiler to ignore everything that follows, until the end of the line. Multiline comments are started by using a forward slash followed by an asterisk (/*).
Answered by
0
Answer:
hi how are you
Explanation:
I don't no
Similar questions