C Keywords
Advertisements
Keywords in C
Keyword is a predefined or reserved word in C library with a fixed meaning and used to perform an internal operation. C Language supports 32 keywords.
Every Keyword exists in lower case latter like auto, break, case, const, continue, int etc.
32 Keywords in C Language
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 |
Google Advertisment