: 以下程序运行后的输出结果是#include int main() { int a=5,b=4,c=3,d; d=(a>b>c); printf(“%dn”,d); return 0; } A: 0 B: 1 C: 5 D: 4 E: 3 答案: 0 点我阅读全文