有以下程序 #include <stdio.h> #define N 5 #define M N+1 #define f(x) (x*M) main() { int i1,i2; i1=f(2) i2=f(1+1); printf("%d %d\n",i1,i2); } 程序的运行结果是______。
A.12 12
B.11 7
C.11 11
D.12 7
第1题:
在C程序中如果要使用数学函数,如sqrt(x),pow(x,y)等,需要在程序中加入的语句是______
A.#define <math.h>
B.#define <stdio.h>
C.#include <stdio.h>
D.#include <math.h>
第2题:
2、在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是
A.#include <math.h>
B.#include <stdio.h>
C.#define <math.h>
D.#define <stdio.h>
第3题:
6、用scanf和printf函数时要用以下哪个语句导入头文件?
A.#include<std.h>
B.#include<stdio.h>
C.#define<stdio.h>
D.#include stdio.h
第4题:
16、在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是
A.#include <math.h>
B.#include <stdio.h>
C.#define <math.h>
D.#define <stdio.h>
第5题:
在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是()
A.#include <stdio.h>
B.#define <stdio.h>
C.#include <math.h>
D.#define <math.h>
第6题:
在C程序中如果要使用数学函数,如sin(x),log(x)等,需要在程序中加入的语句是________。
A.#include <math.h>
B.#include <stdio.h>
C.#define <math.h>
D.#define <stdio.h>