首页 > 计算机 > 计算机考试 正文

[单项选择题] 有以下程序: #include <stdio.h> main() int a=1, b=2; while (a<6)b+=a;a+=2; b%=10;) printf(&q

时间:2021-07-20 18:46:54 解答: 83 次

[单项选择题] 有以下程序:

#include <stdio.h>

main()

int a=1, b=2;

while (a<6)b+=a;a+=2; b%=10;)

printf("%d,%d",a,b);

程序运行后输出的结果是()。

A.5,11

B.7,1

C.7,11

D.6,1

正确答案:

B

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2024-12-31 10:53:11

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2024-12-31 10:53:11

←请使用微信扫码支付