C short 关键字
定义和用法
单独使用 short
关键字或将其作为 int
的前缀,它是一种数据类型,长度为 16 位(2 字节),用于存储整数。
使用 16 位可以存储 -32768 到 32767 之间的正负数,或者在无符号时存储 0 到 65535 之间的正数。
相关页面
unsigned
关键字允许 short int
通过不表示负数来表示更大的正数。
在我们的 C 数据类型教程 中了解更多关于数据类型的信息。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]