610_________________________________________ 

  . ,     CIRC, -
  ,   :                  

S = CIRC(a++)                                                      

       
 11.7.2)    1,     :      

S = (3.14159 * (++) * (++));                                     

     ,    -
  .          1, 
      :                   

S = CIRC(++a)                                                      

    1       
 ,     :                          

S = (3.14159 * (++) * (++));                                     

     ,     
        

S = (3.14159 * ( + 1) * ( + 2));                                 

     ,    
   circ.                                          

        
       .  
 , ,     
  (inline  .  11.5.6).     
  ,    , ,     . 

   

     ,     
  .     
  inline.                                             

11.2.2.3  #undef                                     

       
    #undef,  :           

ttundef                                              

      
 .  ,   
         
    #undef   .  
        
 #define.                                                         ^^B

,   :                            

ttdefine MyConst 128                                               

//   MyConst  128                              

ftundef MyConst                                                    
//   MyConst                      

#define MyConst 64                                               
//   MyConst  64                              