贷款展期分为()
A.到期展期
B.预约展期
C.等额还款延期
D.减期
参考答案:A, B
以下程序的输出结果是 【10】 。 main() { int a=1,b=2; a=a+b;b=a-b;a=a-b; printf("%d,%d\n",a,b); }
什么是统计总体?它具有何特点?