A-A+

以下程序的运行结果是 () # include<stdio.h> main() { int

2022-08-06 00:44:59 问答库 阅读 174 次

问题详情

以下程序的运行结果是 () # include<stdio.h> main() { int a=015,b=22; printf("%d,%dn",a+ +,- -b); }
A.15,22
B.15,21
C.13,21
D.14,21请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:C

考点:程序