#include <stdio.h> main() { int a=0,b=0; a=10; b=20; printf("a+b=%d\n",a+b);

#include <stdio.h>
main()
{
int a=0,b=0;
a=10;
b=20;
printf("a+b=%d\n",a+b);
}
A.出错 B.a+b=0 C.a+b=30 D.a+b=10

正确答案是B为毛,大神请赐教

很显然是C,我程序运行后也是C,答案错啦。希望对你有帮助
温馨提示:答案为网友推荐,仅供参考
第1个回答  2018-01-04
是c吧,b是错的
第2个回答  2014-01-23
你自己跑代码结果也是B?本回答被提问者采纳
相似回答