#include <stdio.h>struct student{ char sex; int age; char name[9]; float score;};int main(void){ printf("length is %ld\n",sizeof(struct student)); return 0;}
- 3 回答
- 0 关注
- 1697 浏览
添加回答
举报
0/150
提交
取消
