关于C语言结构体struct、字符串strcpy

今天使用结构体发现了小问题;先看错误代码示例 #include#include#includestruct teacher {int age; //年

今天使用结构体发现了小问题;先看错误代码示例

#include
#include
#includestruct teacher 
{int age;		//年龄	double high;	//身高double heav;	//体重