有以下程序#include <stdio. h>main(){ int x =35,B; char z ='B'; B =((x)&&(z <'b')); printf("%d ",B);}程序运行后的输出结果是103566
答案 A 错选 B
考察类型之间的转换,布尔值与Int型
ascii码中,大写字母排在小写字母前面