WHAT IS THE SYNTAX FOR COMMENTS IN C?
Below is the syntax for comments in C. The characters or words or anything which are given between “/*” and “*/”, won’t be considered by C compiler for compilation process. These will be ignored by C compiler during compilation.
Syntax: /* your comments here */
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Below is the syntax for comments in C. The characters or words or anything which are given between “/*” and “*/”, won’t be considered by C compiler for compilation process. These will be ignored by C compiler during compilation.
Syntax: /* your comments here */
need an explanation for this answer? contact us directly to get an explanation for this answer