C Language comment

 Comment in C language

In the C Programming Language you can place comments in  source code that are not executed as part of the program.

 Syntax:

Single Line Comment:

             /* this is comment in c language */

Multi-Line Comment:

           /*  this is multi-line 

                   comment in c

                Language */

Post a Comment

Please do not enter any spam link in the comment box