随笔分类 -  C/C++学习

摘要:1、整型 (1)short 短整型(内存中占2个字节)是 short int 的简写。取值范围:-32768 ~ + 32767 (2 Bytes)。 (2)int 整形 (int) (内存中占4字节)取值范围:-2147483648 ~ +2147483647 (4 Bytes)。 (3)long 阅读全文
posted @ 2023-03-13 20:40 菜鸟程序员wkh 阅读(252) 评论(0) 推荐(0)