• 2022-05-31
    包含标准库函数getchar声明的头文件是( )。
    A: math.h
    B: time.h
    C: stdlib.h
    D: stdio.h
  • D

    内容

    • 0

      随机函数rand()所在的库文件为( )。 A: stdlib.h B: time.h C: stdio.h D: math.h

    • 1

      getchar、putchar、printf、scanf四个函数,均包含在头文件______中。 A: math.h B: stdio.h C: string.h D: stdlib.h

    • 2

      C语言中字符串比较操作的库函数头文件是________。 A: stdio.h B: math.h C: string.h D: time.h

    • 3

      扩展名是.h,表明这是一个头文件,C源代码中如用到标准输入输出函数时,就要包含头文件stdio.h。

    • 4

      在程序中,如果使用printf()函数,应该包含( )头文件。 A: stdio.h B: stdlib.h C: time.h D: string.h