'(struct student *)&st' is a pointer; did you mean to use '->'?|

前端 未结 0 373
时光取名叫无心
时光取名叫无心 2020-12-13 12:31
#include
#include
#define MAX 50

struct student
{
   int srn;
   char stu_name[30];
   char course[18];
   char addr[50];
};

int mai         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题