问题 更新时间2023/4/3 12:59:00 若有以下定义,int a,b;float x; 则正确的赋值语句是( ) A. a=1,b=2 B. b++ C. a=b=5 D. b=int(x) 答案 登录 注册 答案B 出自:其他 >> 兰州大学-C语言程序设计