gets()
getc()
getchar()
scanf()
第1题:
以下叙述中错误的是( )。
A.gets函数用于从终端读入字符串
B.getchar函数用于从磁盘文件读入字符
C.fputs函数用于把字符串输出到文件
D.fwrite函数用于以二进制形式输出数据到文件
第2题:
当接受用户输入的含有空格的字符串时,应使用()函数。
A.gets()
B.getchar()
C.scanf()
D.printf()
第3题:
若要求从键盘读人含有空格字符的字符串,应使用函数( )。
A.getc( )
B.gets( )
C.getchar( )
D.scanf( )
第4题:
设有定义:char s[8];int i=O;,以下不能将—行(不超过80个字符)带有空格的字符串正确读入的语句或语句组是______。
A.gets(s);
B.white((s[i++]=getchar())!='\n');s[i]=\0;
C.scanf("%s",s);
D.d0{scanf("%c",&s[i]);}while(s[i++]!='\n';s[i]='\0';
第5题:
若要求从键盘读入含有空格字符的字符串,应使用函数
A.A
B.B
C.C
D.D
第6题:
当用户要求输入的字符串中含有空格时,应使用的输入函数是( )。
A.scanf
B.getchar
C.gets
D.getc
第7题:
若要求从键盘读入含有空格字符的字符串,应使用函数
A.getc()
B.gets()
C.getehar()
D.scanf()
第8题:
当用户要求输入的字符串中含有空格时,应使用的输入函数是(此题先少打了个串字,已改正)
A. scanf()
B.getchar()
C.gets()
D.getc()
第9题:
当接收用户输入的含空格的字符串时,应该使用的函数是()。
第10题:
若要求从键盘读入含有空格字符的字符串,应使用函数()
第11题:
设有定义:chara[80];inti=0;,以下不能将一行带有空格的字符串(不超过80个字符)正确读入的是()
第12题:
gets()
getc()
getchar()
scanf()
第13题:
当用户要求输入的字符串中含有空格时,应使用的输入函数是( )。
A.seanf
B.getchar
C.gets
D.getc
第14题:
当用户要求输入的字符串中含有空格时,应使用的输入函数是( )。
A.scanf
B.getchar
C.gets
D.getc
第15题:
若要求从键盘读入含有窄格字符的字符串,应使用函数( )。
A.getc()
B.gets()
C.getchar()
D.scanf()
第16题:
以下叙述中错误的是
A.sets函数用于从终端读入字符串
B.getchar函数用于从磁盘文件读入字符
C.fputs函数用于把字符串输出到文件
D.fwfite函数用于以二进制形式输出数据到文件
第17题:
若要求从键盘读入含有空格字符的字符串,应该使用函数______。
A.getc ()
B.gets()
C.getchar()
D.scanf()
第18题:
若要求从键盘读人含有空格字符的字符串,应该使用函数( )。
A.getc()
B.gets()
C.getchar()
D.scanf()
第19题:
当用户要求输入的字符串中含有空格时,应使用的输入函数是
A.scanf()
B.getchar()
C.gets()
D.Setc()
第20题:
若要求从键盘读入含有空格字符的字符串,应使用函数( )。
A)getc
B)gets
C)getchar
D)scanf
第21题:
当用户要求输入的字符串中含有空格时,应使用的输入函数是()
第22题:
若要求从键盘读入含有空格字符的字符串,应使用的函数是()
第23题:
从键盘上输入某字符串时,不可使用的函数是().
第24题:
getc()
gets()
getchar()
scanf()