C keywords
- Keywords are standard word whose meaning has already been explained to the compiler.
- Keywords are also called "reserved words".
- There are 32 keywords available in C.
int | char | long | double | float | break |
continue | goto | void | switch | case | default |
short | signed | unsigned | if | else | for |
while | auto | register | static | extern | do |
const | enum | return | sizeof | struct | typedef |
union | volatile |
No comments:
Post a Comment