C课0.01

程序控制语言(12)

if  else  for  do  while  continue  switch  break  case  default  goto  return  

类型定义说明关键词(12)

int  char  float  double  long  short  signed  unsigned  enum struct union  void 

储存类别定义说明关键词(4)

auto  register  static  extern  

常量,变量定义和自定义类型关键词(3)

const  volatile  typedef

字节测试关键字(1)

sizeof

你可能感兴趣的:(c语言)