Comments in C Language


Comments:
            A comment is a single line or more than single line which is used to documentation.
It must start with /*  and end with */
Eg:  /* This is my first program */

Followers