Keywords are words that have special meaning to the C compiler. The identifiers (or) variables should not have the same spelling and case as that of a keyword.
In C, the elements of the following table are keywords :
In C, the elements of the following table are keywords :
| 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 |
No comments:
Post a Comment