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

    内容

    • 0

      使用库函数前包含头文件stdio。h的正确命令是( )。 A: @include<stdio.h> B: #include<stdio.h> C: #include stdio.h D: #include”stdio.h”

    • 1

      使用标准库函数要考虑该函数的头文件,例如要使用sqrt()函数,文件预处理命令要包含的头文件是____ A: stdio.h B: math.h C: string.h D: time.h

    • 2

      使用scanf()、printf()等输入、输出函数时,应该包含的头文件是【】。 A: stdio.h B: math.h C: string.h D: 不用包含头文件

    • 3

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

    • 4

      若C程序中使用了strlen 函数,则要包含下列哪个头文件? A: <;stdlib.h>; B: <;stdio.h>; C: <;string.h>; D: <;math.h>;