第20109题 判断题
判断:若char类型变量a为小写字母,执行语句a = a - 'a' + 'A'后,a的值是否变为对应的大写字母

如果 a 为 char 类型的变量,且取值为小写字母,则执行语句

a = a - 'a' + 'A';

后,a 的值会变为与原值对应的大写字母。

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