Computer Science, asked by saibhai1999, 3 months ago

The comment statement starts with this symbol- *



-

'

*

$

Answers

Answered by BubblySnowFake
4

Answer:

*

Explanation:

A comment starts with a slash asterisk /* and ends with a asterisk slash */ and can be anywhere in your program. Comments can span several lines within your C program. Comments are typically added directly above the related C source code.


saibhai1999: wrong
Answered by chitransh7nigam
4

Explanation:

Comments in Java start with // and end with another //.

If its a double line comment then /*....*/

Similar questions