- Insert " // " infront of any line for single line comments
- Use "/* ....... */" for multi-line comments
1) // This line is commented and
this second line is not commented.
2) /*
By using this method, both the first line and
the second line are commented
*/
No comments:
Post a Comment