typedef 也可以直接寫進結構定義中,因此上例的結構定義可用以下寫法代替 typedef struct point { int x; int y; } Point;. 結構中的成員也可以是結構,例如
確定! 回上一頁