河南成教 / C语言程序设计
正确率:100%
1[单选题]
( )选择正确的输入语句( )。:(其中:char string[20];)使得string的内容为"I am student".
A.scanf("%s", string);
B.scanf("%c", &string);
C.scanf("%s", &string);
D.gets(string);
( )选择正确的输入语句( )。:(其中:char string[20];)使得string的内容为"I am student".
参考答案:
佳题速递: