问题 更新时间2023/4/3 12:59:00 下列程序的运行结果是【】。void main(){unsigned x1; int b=-1;x1=b;printf("%u",x1);} 答案 登录 注册 程序 出自:联大 >> 河南财经政法大学-C语言程序设计