C语言变量缩写大全:英文缩写与中文翻译
- int:整型(integer)
- char:字符型(character)
- float:单精度浮点型(floating point)
- double:双精度浮点型(double precision)
- bool:布尔型(boolean)
- void:无类型(void)
- const:常量(constant)
- struct:结构体(structure)
- typedef:类型定义(type definition)
- sizeof:大小(size of)
- enum:枚举(enumeration)
- auto:自动变量(automatic)
- register:寄存器变量(register)
- static:静态变量(static)
- extern:外部变量(external)
原文地址: https://www.cveoy.top/t/topic/nsWt 著作权归作者所有。请勿转载和采集!