【C-01关键字】

一、语句引导关键字

for   while   swith  if  do   goto   return

二、限定关键字

const  static   extern

三、预编译关键字

#include

#pragma

#define

#ifdef

#endif

四、类型关键字

int   float   double   unsigned

 

练习:写无类型空指针的声明语句

void  *a = NULL;

posted on 2015-04-07 18:39  追梦小子fire  阅读(140)  评论(0编辑  收藏  举报