-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 compilations.
-Syntax : /* your comments here */