2.以下程序的输出结果是( )#include main( ) { int a = 1, b = 2, c = 3; printf(“%d”, c>b>a);}A) 2 B) 1 C) 0 D) 3原题是这个吧? 选C哦 答案是
0。
1