皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
下列给定,函数fun的功能是:比较两个字符串,将长的字符串的首地址作为函数值返回。 例如,当n=10时,程序的输出结果23.197745。 ”/********found*****/”之后所指的语句有错,请选择下列正确的语句替换。 #include #include /*************found**************/ double fun(char *s,char *t) { int s1=0,t1=0; char *ss,*tt; ss=s; tt=t; while(*ss) { s1++; ss++; } while(*tt) { t1++; tt++; } if(t1>s1) return t; else return s; } void main() { char a[80],b[80]; printf("\nEnter a string : "); gets(a); printf("\nEnter a string again: "); gets(b); printf("\nThe longer is :\n\n%s\n", fun(a,b)); } A. char *fun( char *s,char *t) B. char fun( char *s,char *t) C. char *fun( char s,char *t) D. char *fun( char *s,char t)
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】Some so-called climate travelers _______ in one place for a few months and then move on to some other places as the weather changes.
A.
have stayed
B.
are staying
C.
stay
D.
stayed
【单选题】传染病监测的主要内容不包括()。
A.
人口学资料
B.
病原体型别、毒力、抗药性变异情况
C.
人群免疫水平的测定
D.
疫情预测
E.
人群生活方式和行为危险因素监测
【单选题】传染病监测的主要内容中 不包括
A.
人口学资料
B.
病原体型别、毒力、抗药性变异情况
C.
人群免疫水平的测定
D.
疫情信息
E.
人群生活方式和行为危险因素监测
【单选题】Why do some birds vary from place to place in their song repertoires of according to DK?
A.
It comes about perhaps because of the change of their DNA.
B.
It comes about simply due to imitation of the other birds' manner.
C.
Because the birds have learned the local dialect by learning the loca} dialect from generation to generation.
D.
Both A and C
【单选题】传染病监测的主要内容包括:
A.
监测人群的基本情况
B.
监测传染病在人、时、地方面的动态分布
C.
监测病原体的型别、毒力及耐药情况
D.
以上均包括
【单选题】传染病预防、控制预案中不包括的内容是
A.
传染病监测制度
B.
传染病信息收集制度
C.
传染病分析报告制度
D.
传染病预防接种制度
E.
传染病通报制度
【单选题】下列哪一个不是边疆民族问题对少数民族政治发展的影响( )
A.
文化世俗化
B.
政治安全
C.
生活一体化
D.
民主化
【单选题】Why do some birds vary from place to place in their song repertoires of according to DK?
A.
It comes about perhaps because of the change of their DNA.
B.
It comes about simply due to imitation of the other birds' manner.
C.
Because the birds have learned the local dialect by learning the local dialect from generation to generation.
D.
Both A and
【判断题】湿法脱硫具有处理量大、处理剂可再生、单位处理成本低、工艺复杂,净化度低等特点。
A.
正确
B.
错误
【单选题】传染病监测的内容不包括下列哪一项()
A.
病原体型别、毒力、抗药性变异情况
B.
人群免疫水平
C.
死因调查
D.
干预措施的效果
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题