结构体指针成员指向问题~~
struct horse{
int age;
int height;
char name[20];
char father[20];
char mother[20];
struct horse *next;
};
结构体中的next指针指向哪里?是结构体内存的首位地址还是其他哪里?求指点~~
2013-10-19 21:45
2013-10-19 22:29
2013-10-19 23:51
2013-10-20 08:41
2013-10-20 08:44
2013-10-20 09:01
2013-10-20 09:40