问题详情
下列关于结构型、共用型、枚举型的定义语句中,正确的是()。A.struct ss{int x}B.union uu{int x;}xx=5;C.enum ee{int x};D.struct{int x;};