Keywords:
The keywords are also identifier but cannot be user defined since they are reserved words. we should not choose then as variables or identifiers.
Points to remember:
void char int float double signed unsigned short
long auto static register const struct union if
else goto for continue switch case break default
do while sizeof volatile enum extern typedef return
The keywords are also identifier but cannot be user defined since they are reserved words. we should not choose then as variables or identifiers.
Points to remember:
- Keywords can be used only for their intended purpose.
- Keywords can't be used as programmer defined identifier.
- The keywords can't be used as names for variables.
void char int float double signed unsigned short
long auto static register const struct union if
else goto for continue switch case break default
do while sizeof volatile enum extern typedef return
No comments:
Post a Comment