Keyword in ‘C’ / Storage Classes in ‘C’ / Basic data type in ‘C’
A keyword is that word in ‘C’ which has a fixed predefined meaning. Its meaning cannot be changed. Note that all keywords must be written in lowercase only. There are 32 standard keywords in ‘C’
auto | double | int | switch |
break | else | long | struct |
case | extern | register | typedef |
const | enum | short | union |
char | for | signed | unsigned |
continue | float | static | void |
do | goto | sizeof | volatile |
default | while | if | return |
Tags:
1 comments:
haaa
Post a Comment