整型 int 可添加 short 和 long:
short int: 简为 short;
long int: 简为 long;
long long int: 简为 long long
它们都可以再添加 unsigned:
unsigned int: 简为 unsigned
unsigned short int: 简为 unsigned short
unsigned long int: 简为 unsigned long
unsigned long long int: 简为 unsigned long long
char 可添加 unsigned:
unsigned
chardouble 可添加 long:
long double
1. short 的最小、最大值:
2. long 的最小、最大值:
3. long long 的最小、最大值:
4. unsigned 系列的最小值都是 0:
5. long double 的最小、最大值:
特别声明:以上内容(如有图片或视频亦包括在内)为自媒体平台“网易号”用户上传并发布,本平台仅提供信息存储服务。
Notice: The content above (including the pictures and videos if any) is uploaded and posted by a user of NetEase Hao, which is a social media platform and only provides information storage services.