摘要:
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> struct Book { char name[20]; int price; char id[12]; }b4,b5,b6;//全局变量 //匿名结构体类型只能用一次 struct { char 阅读全文
posted @ 2022-04-12 12:59
zzy_C
阅读(70)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> struct Book { char name[20]; int price; char id[12]; }b4,b5,b6;//全局变量 //匿名结构体类型只能用一次 struct { char 阅读全文
posted @ 2022-04-12 12:59
zzy_C
阅读(70)
评论(0)
推荐(0)
|