• 2022-07-27
    ‎在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是‎
    A: include
    B: include
    C: define
    D: define
  • A

    内容

    • 0

      在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是 A: #define B: #include C: #include D: #define

    • 1

      在C程序中如果要使用数学函数,如sin(),log()等,需要在程序中加入的语句是____。 A: #include B: #include C: #define D: #define

    • 2

      如果程序中需要用到数学函数,头文件应该表示为()。 A: B: include " system.h " C: D: include " math.h " E: F: include " stdio.h " G: H: include " string.h "

    • 3

      如果程序中用到标准库函数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”

    • 4

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