Comments are used to give the description about the code.These are not executed by the compiler or interpreter.
Any number of comments can be written at any place in the program.
There are 2 types of comments:
Example: //This is a comment.
Example: /*Hello
This is a multiline
comment*/