宏观经济政策的主要目标是实现充分就业、价格稳定、国际收支平衡和( )。
A.经济增长
B.城乡统筹发展
C.社会发展
D.生态平衡
参考答案:A
He didn't know ______. [ ]
A. how to do next
B. what to do next
C. if to do next
D. whether to do next
以下函数的功能是 【14】 。 float av(a,n) float a[]; int n; int i;float s; for(i=0,s=0;i<n;i++)s=s+a[i]; return s/n;