c语言必背代码32个单词

回答
爱扬教育

2022-02-25

  • 相关推荐
数据类型关键字(8个)
int 、short 、long、signed、unsigned、char 、float,、double
程序控制关键字(10个)
if 、else、switch、case、default、break、do 、while、 for、continue

扩展资料

  函数及数据存储关键字(6个)

  void 、return、auto、register、static、 extern

  构造数据类型关键字(5个)

  struct、union、enum、typedef、sizeof

  其它3个不常用(3个)

  goto、const、 volatile

  c语言中有32个单词,针对c有固定含义与用法称为关键字。