• Articles
  • Tutorials
  • Interview Questions

Keywords and Comments

 Keywords

Keywords are the reserved words which are used for specific purpose. It cannot be used as variable, constants. Keywords in C are –

auto break case char const continue default do
double else enum extern float for goto if
int long register return short signed sizeof static
struct switch typedef union unsigned void volatile while

Watch this C Programming & Data Structure by Intellipaat:

Video Thumbnail
Youtube subscribe

Comments

It is useful to place a comment in place to indicate what you are doing. It is added into the program for making the program easier to understand and these are not compiled by the compiler or interpreter. It is useful if you want someone else to be able to ever read your code.
There are two ways to use comment in C which are as follows:

  • Single Line comment
  • Multi Line comment

Certification in Full Stack Web Development

Single Line comment

It is used to apply the comment on a single line. To apply single line comment // is used.
e.g.

printf(“hello Intellipaat"); // It will print the string hello Intellipaat

Multi-Line comment

It is used to apply the comment on multiple lines. To apply multi line use /*comment */.
e.g.

printf(“hello Intellipaat”); /*It will print the string hello Intellipaat*/

Course Schedule

Name Date Details
Python Course 23 Nov 2024(Sat-Sun) Weekend Batch View Details
30 Nov 2024(Sat-Sun) Weekend Batch
07 Dec 2024(Sat-Sun) Weekend Batch

About the Author

Senior Consultant Analytics & Data Science

Sahil Mattoo, a Senior Software Engineer at Eli Lilly and Company, is an accomplished professional with 14 years of experience in languages such as Java, Python, and JavaScript. Sahil has a strong foundation in system architecture, database management, and API integration.