union { int x; char c[4]; } u = {1}, // makes u.x active with value 1 u2 ... If the members of the struct or union are arrays, structs, ...
確定! 回上一頁