注意:此页面搜索的是所有试题
以下程序的输出结果是( )
main()
{ int a=10;
a>10? a--:a++;
a+=a;
printf(″%d\n″,a);
}
A.-22
B.-11
C.22
D.11

参考答案