通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
设有以下结构类型说明和变量定义,则变量b在内存所占字节数是_____。
struct stud { short int age; char num[3]; float s[2]; double ave; } b,*p;