问题
-
设有以下说明语句 structex {intx;floaty;charz;}example; 则下面的叙述中不正确的是
-
设有以下说明语句 structstu {inta; floatb; }stutype; 则下面的叙述不正确的是 A.s
-
设有以下说明语句 typedefstruct {intn; charch[8]; }PER; 则下面叙述中正确的是 A.
-
设有以下说明语句 structstu {inta; floatb; }stutype; 则下面的叙述不正确的是 A.s
-
设有以下说明语句struct stu{int a; float b;}stutype;则下面的叙述不正确的是A.struct是结构体
-
若有说明语句:intx=3 y=4 z=5; 则下面的表达式中 值为0的是______。A.x&&yB.x