問題詳情
29)以下结构体类型说明和变量定义中正确的是
(A)tupedef strct{int n; char c;}REC;REC t1,t2;
(B)tupedef strct{int n; char c;};REC t1,t2;
(C)tupedef strct REC;{int n=0; char c='A';}t1,t2;
(D)strct{int n; char c;}REC;REC t1,t2;
參考答案
答案:A
難度:適中0.5
統計:A(0),B(0),C(0),D(0),E(0)