If the members of the struct or union are arrays, structs, or unions, ... #include <stdio.h> typedef struct { int k; int l; int a[2]; } T; ...
確定! 回上一頁