结构体共用体与枚举课后习题

1.#include<stdio.h>void main(){ struct a {char b; int c; }d,*p; p=&d; printf("输入:\n"); scanf("%c",

腾讯文库结构体共用体与枚举课后习题结构体共用体与枚举课后习题