在经济出现衰退、国民收入降低时,财政政策制度会自动引起政府支出的()和税收的()。
A.增加;增加
B.增加;减少
C.减少;增加
D.减少;减少
参考答案:B
数据1,2,2,3,5的众数是[ ]
A.1
B.2
C.3
D.5
有以下程序: #include<stdio.h> struct tt int x;struct tt *y; *p; struct tt a[4]=20,a+1,15,a+2,30,a+3,17,a main()int i; p=a; for(i=1;i<=2;i++)printf("%d",p->x);p=p->y; 程序的运行结果是______。
A.20,30,
B.30,17
C.15,30
D.20,15