Home » , » Comments in C language

Comments in C language

 Comments in C language


Comments in C language are used to provide extra details about various aspects of a program. They are usually included at the start of a program to indicate its purpose, its author, and the date on which it was written. They also provide clarification about complicated statements in the program.

There are two types of comments used in C. These are single-line comments and Multi line comments. Details about these are given as follows:

Single comments

These comments are only on a single line and cannot move beyond that. They are represented using a double slash (//). An example of single-line comments in C is:




The output of the above program is:










Multi- line comment

These comments can be extended over multiple lines. They are represented using /* i.e slash asterisk (/*……….*/). Multi-line comments cannot be nested. An example of multi-line comments in C is:



The output of this program is:









If you liked the tutorial, spread the word and share the link and our website LANGUAGE CODING with others.





0 comments:

Post a Comment

Popular Posts

GENRES

 
Copyright ©

latest code update bloggingskillBest coding website in india

Created By Sora Templates | Distributed By Gooyaabi Templates