struct { int a; char b; float c;. } y[20], *z;. Single variable x contains 3 members. An array of 20 structures (y); and. A pointer to a structure of this ...
確定! 回上一頁