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

    内容

    • 0

      printf()函数包含在哪个头文件中? A: stdio.h B: string.h C: math.h D: time.h

    • 1

      如果程序中用到标准库函数sqrt( )和strcmp( ),那么该程序应含下面哪两条语句( ) A: B: include “stdio.h” C: include “math.h” D: E: include “math.h” F: incluede “string.h” G: H: include “string.h” I: include “stdio.h” J: K: include “stdlib.h” L: include ”math.h”

    • 2

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

    • 3

      使用宏来访问绝对地址时,一般需包含的库文件是(B) A: eg51、h B: absacc、h C: intrins、h D: startup、h

    • 4

      在C语言中,常用的数学函数所在的头文件是哪个( ) A: stdio.h B: sting.h C: math.h D: stdlib.h