What is the syntax for comments in C?

C Programming Language >   Overview of C Language >   First Program in C Hello World  

Short Question

896


Answer:

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 */


This Particular section is dedicated to Question & Answer only. If you want learn more about C Programming Language. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.