A-A+

下面 C代码的输出结果是()。 int answer result; answer=100; result=answer-10; printf(“The result is %d” result+5);

2024-04-30 20:13:01 网课题库 阅读

问题详情

下面 C代码的输出结果是()。 int answer,result; answer=100; result=answer-10; printf(“The result is %d” , result+5);

A.The result is 90

B.The result is 95

C.The result is 10

D.The result is 100

参考答案

The result is 95

考点:代码,结果是,answer
Copyright © 2018-2024 问答库 保留所有权利.   SiteMap  .