Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 206 Bytes

File metadata and controls

12 lines (10 loc) · 206 Bytes

数据类型

深入理解编程语言中的基本数据类型和复合数据类型。

基本类型

  • 整数、浮点数
  • 布尔值
  • 字符和字符串

复合类型

  • 数组
  • 结构体
  • 枚举