参考答案和解析
正确答案:B
(17)B) 解析 : canf() 语句用 “ 空格 ” 区别不同的字符串 ;getc() 与 getchar() 语句不能用于字符串的读入。
更多“若要求从键盘读入含有空格字符的字符串,应使用函数A)getc() B)gets() C)getchar() D)scanf( ”相关问题
  • 第1题:

    56、若要求从键盘读入含有空格字符的字符串,应使用函数

    A.getchar()

    B.getc()

    C.gets()

    D.scanf()


    B

  • 第2题:

    若要求从键盘读入含有空格字符的字符串,应使用函数 。

    A.getc()

    B.gets()

    C.getchar()

    D.scanf()


    gets( )

  • 第3题:

    若要求从键盘读入含有空格的字符串,应使用函数

    A.getc()

    B.gets()

    C.getchar()

    D.scanf()


    gets()

  • 第4题:

    若要求从键盘读入含有空格字符的字符串,应使用函数()

    A.getc()

    B.gets()

    C.getchar()

    D.scanf()


    B

  • 第5题:

    若要求从键盘读入含有空格字符的字符串,应使用函数()。

    A.getc()

    B.gets()

    C.getchar()

    D.scanf()


    B