單項選擇題當(dāng)用戶要求輸入的字符串中含有空格時,應(yīng)使用的輸入函數(shù)是()

A.scanf()
B.getchar()?
C.gets()
D.getc()


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題設(shè)已定義chara[10]和intj則下面輸入函數(shù)調(diào)用中錯誤的是()

A.scanf("%s”,a);
B.for(j=0;j<9;j++)scanf(“%c”,a[j]);
C.gets(a);
D.for(j=0;j<9;j++)scanf(“%c”,&a[j]);

4.單項選擇題

下面程序?qū)崿F(xiàn)空白處應(yīng)填入的代碼是()

A.charstr;
B.char[100]str;
C.charstr[100];
D.stringstr;

5.單項選擇題字符串結(jié)束符為()

A.\t
B.\n
C.\s
D.\0