C语言指针中的->和.
1,指针变量访问结构体,使用 ->2,普通变量访问结构体变量用 .代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 struct func{ 5 6 int num; 7 int