• 2022-06-06
    C程序中的#include和#define均不是C语句.
  • 内容

    • 0

      ‍在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是​ A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>

    • 1

      ‎在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是​ A: include <math.h> B: include <stdio.h> C: define <math.h> D: define <stdio.h>

    • 2

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

    • 3

      第12题 以下叙述中不正确的是()。 A: 一个好的程序应该有详尽的注释 B: 在C程序中,赋值运算符的优先级最低 C: 在C程序中,j++;是一条赋值语句 D: C程序中的 E: include和 F: define均不是C语句

    • 4

      用scanf和printf函数时要用以下哪个语句导入头文件() A: #include B: #include C: #define D: #include stdio.h