.7. 363

		
void* genptr;		 
int i, &refi = i;		refi    i
enum button { off,	on } ;	
button flag;		 button   
wchart w = L'yz' ;		   
bool mine = false,	yours = true;	  
bool* p = &myturn;		
button set[10] ;		
class card {		  
public:		
suit s;		  
pips p;		
void prcard() ;		-
private:		
int cd;		  
};		
suit card::* ptrs	= &card::s;	  

     :

 
auto register extern static typedef	  ,          ,     

  auto    ,     (-
  ).         -
    .   register   
    .   ,    -
       . 
     .

  extern        -
 .  ,    - .
  static        
.    ,      
  .        ,  
  .

    - :

const       //
volatile    //  

  const    ,   
     .   volatile
     (),  