... sizeof(s1)); for(int i = 0; i < 10; i++) { printf("the struct p[%d] address =%p\n", i, p + i); } }. 得到執行結果為 struct s1 size: 5 byte the struct p[0] ...
確定! 回上一頁