結構體中套一級 二級指針問題

#define  _CRT_SECURE_NO_WARNINGS  #include <stdlib.h> #include <string.h> #include <stdio.h> typedef struct Teacher { char name[64]; int age; char *alisname;//注意這裏只是定義了一級指針變量,沒有給他開闢內存空間 char **stuname
相關文章
相關標籤/搜索