Search This Blog

Monday, 29 October 2012

Keywords

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:
  1. Keywords can be used only for their intended purpose.
  2. Keywords can't be used as programmer defined identifier.
  3. The keywords can't be used as names for variables.
The standard keywords are given below:

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