Q:

WHAT IS THE SYNTAX FOR COMMENTS IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS THE SYNTAX FOR COMMENTS IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this 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 */

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
HOW WILL YOU OVERRIDE AN EXISTING MACRO IN C?... >>
<< WHAT IS THE USE OF “#DEFINE” IN C?...