未验证 提交 84d03c86 编写于 作者: M Monkey666-nice 提交者: GitHub

Add files via upload

上级 9f731f41
#include<stdio.h>
int main(){
struct books{
int bno;
char bname[20],field[10],author[10],publisher[30];
float price;
};
struct books bk1;
printf("%d\n",sizeof(bk1));
return 0;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册