Saved Bookmarks
| 1. |
What is comment |
| Answer» Comment is a part of the code which is ignored by the compiler by which user can make simple note.Comment are of two types:1) Single line comment- We can create comment in single line by applying // this symbol2) Multi line comment- We can create comment in multi line by applying /* */ this symbol. | |