单项选择题
有以下程序:
#include <stdio.h>
#define F(X,Y)(X)*(Y)
main()
int a=3,b=4;
printf("%d\n",F(a++,b++));
程序运行后的输出结果是( )。
A.12
B.15
C.16
D.20
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
有以下程序: main() char str[][10]= China , Beijing ),*p=str; printf( %s n ,p+10); 程序运行后的输出结果是( )。
A.China
B.Beijng
C.ng
D.ing
点击查看答案&解析
单项选择题
关系数据库管理系统能实现的专门关系运算包括( )。
A.排序、索引、统计
B.选择、投影、连接
C.关联、更新、排序
D.显示、打印、制表
点击查看答案&解析
相关试题
有以下程序: #include <stdlib.h> ...
有以下程序: main() char k; int ...
有以下程序: int *f(int *x, int...
设有如下程序: #include’string.h ma...
(48)~(50)以下程序的功能是:建立...