题目内容

#include "stdio.h"main(){char str[10];scanf("*s",&str);printf("*s\n",str);运行上面的程序,输入字符串“how are you”,则程序的执行结果是( )

A. how
B. how are you
C. h
D. howareyou

查看答案
更多问题

若已包括头文件"stdio.h"和"string.h”,运行如下程序的输出结果是( )char s1[10]="12345",s2[10]="089",s3[ ]="67";strcat(strcpy(sl,s2),s3) ;puts(s1);

A. 08967
B. 0894567
C. 089567
D. 089123

有以下程序段:int j; float y:;char name[50j;scanf("%2d%f%s",&j,&y,nane);执行上述程序段,从键盘上输入“555667777abc”后,y的值为()。

A. 55566.0
B. 566.0
C. 7777.0
D. 56677.0

-How do you like Jack?-Very good. I think he is one of __________ players in NBA now.

A. the most popular
B. the more popular
C. popularest
D. popularer

-Hurry up! We'll be late for the plane.-Don't worry. The plane won't _________ until two hours later.

A. take in
B. take away
C. take off
D. take out

答案查题题库