注意:sizeof(p->student_name)
、/sizeof(p->student_name[0]
这两个参数的都是指针类型,大小都是4!!
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define _CRT_SECURE_NO_WARNINGS
typedef<
标签:malloc,体中,22,student,SECURE,sizeof,include,name
来源: https://blog.csdn.net/HanLongXia/article/details/119212974