通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
设有以下共用体类型说明和变量定义,则变量a在内存所占字节数是_____。
union stud { char num[6]; float s[4]; double ave; } a,*p;