试题与答案

His father’s work is interesting but __d

题型:选择题

题目:

His father’s work is interesting but __dangerous.

A.a kind of

B.kind

C.a kind

D.kind of

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0512/9144b898fa99c0dbe43d60a5f383f7ec.html

下面是错误答案,用来干扰机器的。

广口瓶; 药匙; 坩埚钳; 量筒和胶头滴管

试题推荐
题型:连词成句

连词从句。将所给单词连成完整、正确的句子。(单词不得重复使用,标点已给出)

1. are,  you,  grade,  in,  what,

______________________________________________________?

2. not,  years,  is,  Kate,  old,  thirteen

______________________________________________________.

3. my,  is,  Canada,  good,  from,  friend

______________________________________________________.

4. school,  in,  we,  same,  are,  the

______________________________________________________.

5. English,  five,  are,  cars,  they,

______________________________________________________.

查看答案
题型:问答题

请编写函数fun(),它的功能是:求出1到1000之内能被5或13整除、但不能同时被5和13整除的所有整数并将它们放在a所指的数组中,通过n返回这些数的个数。
注意:部分源程序给出如下。
请勿改动主函数main和其他函数中的任何内容,仅在函数fun的花括号中填入所编写的若干语句。
试题程序:
#include <conio.h>
#include <stdio.h> void fun(int *a,int *n)

main( )

int aa[1000],n,k;
clrscr( );
fun(aa,&n);
for(k=0;k<n;k++)
if((k+1)%10==0)

printf("%5d",aa[k]);
printf("\n"); /*—行写10个数*/

else
printf("%5d",aa[k]);

查看答案
微信公众账号搜索答案