题目内容

( )。以下程序的输出结果是()。#includedouble sub(double x,double y,double z){ y- =1.0; z=z+x; return z; }main(){ double a=2.5, b=9.0; printf(“%f\n”,sub(b-a,a,a));}

A. 9.000000
B. 9
C. 2.500000
D. 2.5

查看答案
更多问题

( )。以下程序的输出结果是()。#include#define N 3#define M(n) (N+1)*nmain(){ int x; x=2*(N+M(2)); printf(“%d\n”,x);}

A. 21
B. 22
C. 20
D. 19

( )。下列正确的编译预处理命令是()。

A.
B. define P(a,b)=strcpy(a,b)
C. define PI 3.14159
D. C.
E. define stdio.h
F. D.
G. define PI 3.14159

( )。若有说明语句“int a[5];”,则对数组元素的正确引用是()。

A. a[5]
B. a
C. a[1+2]
D. a++

( )。定义结构体的关键字是()。

A. ypedef
B. string
C. union
D. struct

答案查题题库