struct x {int a; int b; int c;}; /* declaration */ struct {int a; int b; int c;} z; struct x z; All the examples above are structure declarations,.
確定! 回上一頁