标签:不为 nbsp 数组 语句 赋值 初始化 efi bsp int
1.设整型变量 a=2,则执行下列语句后,浮点型变量b的值不为0.5的是( B )
A.b=1.0/a B.b=(float)(1/a)
C.b=1/(float)a D.b=1/(a*1.0)
2.只有在对数组初始化(即赋值)的时候才可以省略数组的长度
3.#define N 10
int a[N];
标签:不为 nbsp 数组 语句 赋值 初始化 efi bsp int
原文地址:http://www.cnblogs.com/smj1045988159/p/6078876.html