int (*pb)[3]; => pb 是指標,且其型態為int [3],具有三個整數元素的陣列。 ... typedef struct tagPerson //此處的tagPerson 可以有,也可以沒有。 { char name[13];.
確定! 回上一頁