填空题 下面程序和运行运行结果是 【19】 。   typedef union student   { char name [10];    long sno;    char sex;    float score [4];   } STU;   main ( )   { STU a[5];    prinff( "% d/n", sizeof(a) );   }
  • 1、
【正确答案】 1、【19】80    
【答案解析】