Appearance
在 32 位计算机上执行:short si = -32767; unsigned int ui = si; 则 ui 的真值为
暂无详细解析,欢迎在 CodeBrick 反馈区补充。
💡 考点速记:有符号short到无符号int的符号扩展与类型转换