Difference Between Single Line and Multi line Comment :
| Multi-line Comment | Single-line Comments |
| Starts with /* and ends with */ | Starts with // |
| All Words , Statements written between /* and */ are ignored | Statements after the symbol // upto the end of line are ignored |
| Comment ends when */ Occures | Comment Ends whenever ENTER is Pressed and New Line Starts |
| e.g /* This is Multiline Comment */ | e.g // Single line Comment |
Incoming search terms:
- difference between single line and multi line comments in javascript (2)
- difference between single line comment and multi line comment (2)
- distinguish between single line comments and multiple line comments (2)
- What is the difference between a single-line and multi-line comment statement in C (2)
- difference between single lined and multilined comments in php (1)
- php comments multline (1)

