题目 / 答案提交正确答案
定义以下结构体类型structstudent{charname[10];floatscore[50];doubleaverage;}stud1;则stud1占用内存的字节数是()。
A.64
B.218
C.228
D.7
正确答案:B
关键字 浏览量:次
上一篇:定义以下结构体数组structc{intx;inty;}s[2]={1,3,2,7};语句printf("%d
下一篇:运行下列程序段,输出结果是()。structcountry{intnum;charname[10];}x[5]={1,&
相关问题