struct A { int a; float b; char c[3]; }; int main(void) { struct A x = {10, 23.33, "hi"}; ... would point to next element in the array i.e. next structure.
確定! 回上一頁