32 Keywords In C Language
Keywords in c programming Language:
There are certain words that are reserved for doing specific task
these words are know as keywords. And they have standard pre-
defined meaning in C.
All keywords always written in lower case there are 32 words key
in C.
auto | double | int | struct |
---|---|---|---|
break | else | long | switch |
case | enum | register | typedef |
char | extern | return | union |
const | float | short | unsigned |
continue | for | signed | void |
default | goto | sizeof | volatile |
do | if | static | while |
No comments:
Post a Comment