数组int a[3][4];共定义了( )个数组元素。
C语言的预处理语句以( )开头。
下列程序段的输出结果是( )。
#define MIN(x,y) (x)<(y)? (x):(y) printf("%d",10 * MIN(10,15));
Copyright ©