当前位置:网站首页 > 技术博客 > 正文

c语言数据类型详解



thead>

类型 容量 取值范围

/thead>

char 1 byte -128 to 127 or 0 to 255 unsigned char 1 byte 0 to 255 signed char 1 byte -128 to 127 int 2 or 4 bytes -32,768 to 32,767 or -2,147,483,648 to 2,147,483,647 unsigned int 2 or 4 bytes 0 to 65,535 or 0 to 4,294,967,295 short 2 bytes -32,768 to 32,767 unsigned short 2 bytes 0 to 65,535 long 8 bytes - to unsigned long 8 bytes 0 to

版权声明


相关文章:

  • adb工具包使用方法2025-04-05 09:01:00
  • sso与oauth22025-04-05 09:01:00
  • 串口调试助手3.02025-04-05 09:01:00
  • linux reboot函数2025-04-05 09:01:00
  • 游戏编程入门电子书2025-04-05 09:01:00
  • 拷贝构造函数的定义2025-04-05 09:01:00
  • js原型链的应用场景2025-04-05 09:01:00
  • python3简介2025-04-05 09:01:00
  • sqlldr怎么使用2025-04-05 09:01:00
  • java内存模型原理2025-04-05 09:01:00