It is possible to create a pointer to almost any type in C, including user-defined ... typedef struct { char name[21]; char city[21]; char state[3]; } Rec; ...
確定! 回上一頁