UMBC CMSC201, Computer Science I, Fall 1994 Sections 0101, 0102 and Honors

Rules for Variable Names


Classifying Characters

Variable names ...

The keywords are

   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

Last Modified: Thu Sep 15 09:09:53 EDT 1994

Richard Chang, chang@gl.umbc.edu