The C programming language has just 32 keywords for you to build robust programs. With only 32 keywords, they all fit nicely into a short table. Use them wisely and well.
auto | double | int | struct |
break | else | long | switch |
case | enum | register | typedef |
char | extern | return | union |
const | float | short | unsigned |
continue | for | static | void |
default | goto | sizeof | volatile |
do | if | signed | While |
dummies
Source:http://www.dummies.com/how-to/content/c-language-keywords.html
No comments:
Post a Comment