求助,vs2010编写C语言时出现错误

如题所述

源代码:
#include <stdio.h>
#include <memory.h>
#include<string.h>
#include <malloc.h>

#include <stdlib.h>
main(){
struct stu{
int num;
char *name;
char sex;
float scorce;
} *p;
温馨提示:内容为网友见解,仅供参考
第1个回答  2017-01-23
错误信息?
相似回答
大家正在搜