题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-10-14 08:24:28

[单项选择]Social scientists have recently become greatly interested in space because ______.


A. space industrialization will create new markets and more jobs on Earth
B. space exploration will be harmful to man
C. space colonization is near at hand
D. otherwise technologists will catch the opportunity to go to space

更多"Social scientists have recently bec"的相关试题:

[单项选择]What social scientists have long felt puzzled about


A. The mortality rate can not be predicted.
B. The death toll remained stable year after year.
C. A quota for each type of death has not come into being.
D. People lost their lives every year for this or that reason.
[单项选择]The social scientists have long felt confused about the fact that______.


A. 2,500 people accidentally commit suicide every year
B. the death rates remained stable year after year
C. a quota for each type of death has not established
D. people lost their lives every year for this or that reason
[单项选择]The rebels have become notorious for


A. controlling the diamond - mining area
B. killing thousands of civilians
C. maiming thousands of civilians
D. both B and C
[单项选择]According to the passage parents have become increasingly interested in ________.


[单项选择]______ up drawing, he would have become an outstanding painter.


A. Were he to take
B. Was he taken
C. If he was to take
D. Had he taken
[单项选择]下列程序的输出结果是______。
int fun(int x,int y,int*cp,int*dp)
*cp=x+y; *dp=x-y;
main( )
int a, b, c, d;
a=30;b=50;
fun(a,b,&c,&d);
printf("%d,%d/n", c, d);

A. 50,30
B. 30,50
C. 80,-20
D. 80,20
[单项选择]有以下程序
int a=2;
int f(int*
[单项选择]已知程序中已经定义了函数test,其原型是int test(int, int, int);,则下列重载形式中正确的是
A. char test(int,int,int);
B. double test(int,int,double);
C. int test(int,int,int=0);
D. float test(int,int,float=3.5F);
[单项选择]下列程序的输出结果是______。
int m=10;
int fun(int a,int B)
int m=2;
return(a*b-m);

main( )
int x=7,y=5;
printf("%d/n",fun(x,y)%m);

A. 1
B. 2
C. 7
D. 3
[单项选择]执行C程序代码“int a=1; int b=0; int c=0; int d=(++a)*(c=1);”后,a、b、c、d的值分别为 (29)
A. 2,0,1,2
B. 1,0,1,1
C. 2,0,1,1
D. 2,0,0,2
[单项选择]有以下程序:   void f(int v , int w)   { int t;    t=v;v=w;w=t; }   main( )   { int x=1,y=3,z=2;    if(x>y)         f(x,y);    else if(y>z)       f(y,z);    else           f(x,z);    printf(“%d,%d,%d/n”,x,y,z);}   执行后输出结果是( )。
A. 1,2,3
B. 3,1,2
C. 1,3,2
D. 2,3,1
[单项选择]有如下程序:
#include <stdio.h>
int func(int a,int b)
return(a+b):
main( )
int x=2,y=5,z=8,r;
r=func(func(x,y),z);
printf("%d/n",r);

该程序的输出结果是( )。
A. 12
B. 13
C. 14
D. 15
[单项选择]有如下程序
int func(int a,int B)
return(a+B) ;
main( )
int x=2,y=5,z=8,r;
r=func(func(x,y),z);
printf("%d/n",r);

该程序的输出结果是_____。
A. 12
B. 13
C. 14
D. 15
[单项选择]有以下程序:
#include <stdio.h>
int a=2;
int f(int *
[单项选择]有以下程序:
#include<stdio.h>
int f(int x)
int y;
if(x==0||x==1)return(3);
y=x*x-f(x-2);
return y;

main( )
int z;
z=f(3);printf("%d/n",z);

程序的运行结果是______。
A. 0
B. 9
C. 6
D. 8
[单项选择]以下程序的输出结果是( )。
int f( )
static int i=0;
int s=1;
S+=i;i++:
return s;
main( )
int i,a=0;
for(i=0;1<5;i++)a+=f( );
printf("%d/n",
A. ;A) 20B) 24C) 25D)
[单项选择]有以下程序:
fun(int x,int y)return(x+y);
main( )
int a=1,b=2,c=3,Sum;
sum=fun((a++,b++,a+b),c++);
printf("%d",sum);

执行后的输出结果是______。
A. 6
B. 7
C. 8
D. 9
[单项选择]有下列程序段:
struct st
int x;int *y;*pt;
int a[]=1,2,b[]=3,4;
struct st c[2]=10,a,20,b;
pt=c;
下列选项中表达式的值为11的是( )。
A. *pt->y
B. pt->x
C. ++pt->x
D. (pt++)->X

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码