Comments in C language are used to provide information about lines
of code. It is widely used for documenting code. There are 2 types of comments
in the C language.
· Single Line
Comments
· Multi-Line
Comments
Single Line Comments
//printing information
Mult Line Comments
/*printing information
Multi-Line Comment*/
No comments:
Post a Comment