Every programming language reserves some words usually referred as "keywords" for the use of compilers and these keywords cannot be used by programmers as variables. There are 32 keywords in c and we will discuss them in detail at later stage, but now let us have a look at them.. These are as follows:
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