A-A+

以下程序的输出结果是main(){ int a=21 b=11; printf("%d\n" --a+b --b+a);} A.30 B.31 C.32 D

2020-10-12 15:38:40 IT认证 阅读

问题详情

以下程序的输出结果是main(){ int a=21,b=11; printf("%d\n",--a+b,--b+a);} A.30 B.31 C.32 D.33

参考答案

考点: