单项选择题
A. data的每个成员起始地址都相同 B. 变量data所占内存字节数与成员c所占字节数相等 C. 程序段:data.a=5;printf("%f\n",data.c);输出结果为5.000000 D. data可以作为函数的实参
A. char a[ ]='t','o','y','o','u','\0'; B. char a[ ]="toyou\0"; C. char a[ ]="toyou\0"; D. char a[ ]='toyou\0';
A.15 B.16 C.12 D.59