In C program different colours are indicated for different meanings:
- White: These words which belong to C langauge they appear in which, are called as keywords or reversed words. They are directly understood by compiler.
- Green: They are called as Identifiers. They are not understood directly by compiler. But their defination is in header file. A header file is a file which contains defination of different functions. eg. stdio.h - standard input and output header files (printf and scanf). conio.h - Console input and output header files (getch(), return 0, clrscr()).
- Red: These are called as message. They are not understood by compiler. They are enclosed in double quotes.
- Yellow: These are called as seperators. eg. ; } )
No comments:
Post a Comment