1. int:整型(integer)
  2. char:字符型(character)
  3. float:单精度浮点型(floating point)
  4. double:双精度浮点型(double precision)
  5. bool:布尔型(boolean)
  6. void:无类型(void)
  7. const:常量(constant)
  8. struct:结构体(structure)
  9. typedef:类型定义(type definition)
  10. sizeof:大小(size of)
  11. enum:枚举(enumeration)
  12. auto:自动变量(automatic)
  13. register:寄存器变量(register)
  14. static:静态变量(static)
  15. extern:外部变量(external)
C语言变量缩写大全:英文缩写与中文翻译

原文地址: https://www.cveoy.top/t/topic/nsWt 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录