Comments
Comments in 'C' language:
multi line comment*/
- Comments are used to give guidelines to a user of a program.
- Comments are never processed by compiler instead compiler ignores them.
- Comments can be either single line or multiple line. C supports both single as well as multi line comments.
- Single line comments starts with //. For example //This is a single line comment
- Multiple line comments are enclosed or written between /* and */. For example
multi line comment*/
Comments
Post a Comment
Please do not enter any spam link in message.