第29609题 单选题
在32位编译环境下,有符号int类型变量a初始值为2147483647,执行a += 1操作后,变量a的值为以下哪一项?

已知32位有符号int的取值范围为-2^31 ~ 2^31-1,即-2147483648 ~ 2147483647

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析