一、语句引导关键字
for while swith if do goto return
二、限定关键字
const static extern
三、预编译关键字
#include
#pragma
#define
#ifdef
#endif
四、类型关键字
int float double unsigned
练习:写无类型空指针的声明语句
void *a = NULL;
时间: 2024-11-05 22:43:54
一、语句引导关键字
for while swith if do goto return
二、限定关键字
const static extern
三、预编译关键字
#include
#pragma
#define
#ifdef
#endif
四、类型关键字
int float double unsigned
练习:写无类型空指针的声明语句
void *a = NULL;