首页 > 财会类考试> 国际内审师
题目内容 (请给出正确答案)
[主观题]

#includevoid main(){char ch;scanf("%3c",&ch);printf("%c",ch);}如

#includevoid main(){char ch;scanf("%3c",&ch);printf("%c",ch);}如

#include

void main()

{

char ch;

scanf("%3c",&ch);

printf("%c",ch);

}

如果从键盘上输入

abc<回车>

则程序的运行结果是___。

查看答案
答案
收藏
如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“#includevoid main(){char ch;sc…”相关的问题
第1题
以下程序的输出结果是_______#includevoid main(){int x=10,y=10;printf("%d %d/n",x--,--y);}
以下程序的输出结果是_______#includevoid main(){int x=10,y=10;printf("%d %d/n",x--,--y);}

点击查看答案
第2题
下列程序的输出结果为()。#includevoid main(){int a[] = {1, 2, 3, 4, 5}, i;for(i=1; i<5; i++){printf("%d", a[i]-a[i-1]);}}

A.1234

B.2345

C.11111

D.1111

点击查看答案
第3题
下列程序的输出结果为()。#includevoid main(){int i, j, min;int x = 0, y= 0;int a[3][3] = { {1, 2, 3}, {2, -3, 4},{7, 4, 7} };min = a[0][0];for (i = 0; i < 3; i++){for (j = 0; j < 3; j++){if (a[i][j] >= min){min = a[i][j];x = i+1;y = j+1;}}}printf("min=%d at (x,y):(%d,%d)/n", min, x, y);}

A.min=7 at (x,y):(3,1)

B.min=7 at (x,y):(3,3)

C.min=3 at (x,y):(1,3)

D.7 3 3

点击查看答案
第4题
#includevoid main0int x=5;switch(2*x-3) {case 4: printf("%d "x);case 7: printf
#includevoid main0int x=5;switch(2*x-3) {case 4: printf("%d "x);case 7: printf

#include

void main0

int x=5;

switch(2*x-3) {

case 4: printf("%d "x);

case 7: printf("%d ",2*x+1);

case 10: printf("%d ",3*x-1); break;

default: printf("%s"," default/n");

}

}

____________________

点击查看答案
第5题
main方法是Java application程序执行的入口点,关于main方法的方法头合法的是()。

A.public static void main

B.public static void main(String args[])

C.public static int main(String args[])

D.public void main()

点击查看答案
第6题
The main parts of the Flight watch are______.A.computersB.a screen and certain computersC.

The main parts of the Flight watch are______.

A.computers

B.a screen and certain computers

C.blobs and tails

D.a Flight watch map and small computers

点击查看答案
第7题
Servlet程序的入口点是()。

A.init()

B.service()

C.main()

D.doGet()

点击查看答案
第8题
(d) Discuss the main benefits that might accrue from the successful implementation of a To

(d) Discuss the main benefits that might accrue from the successful implementation of a Total Quality

Management programme by the management of the combined entity. (5 marks)

点击查看答案
第9题
In the past, a teacher’s main responsibility was to _______ knowledge to students.

A.transmit

B.transit

C.transform

D.transport

点击查看答案
第10题
The main function of advertising is ______.A.promoting products for companiesB.informing p

The main function of advertising is ______.

A.promoting products for companies

B.informing public of new products

C.influencing buyers

D.all of the above

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改