快捷导航

求大佬解答c语言问题,无法运行

#include
#include
#define M 4
struct student
{
        int Num;
        char Name[20];
        int Score1;
        int Score2;
        int Average;
        char Grade;
        union
        {
                char exemption;
                int score3;
        }SGrade;
};


char *search(struct student s1)
{
        char *pt;
        pt=NULL;
        if(s1.Grade=='N')

        {if(s1.Score1

免责声明:本内容仅代表回答者见解不代表本站观点,请谨慎对待。

版权声明:作者保留权利,不代表本站立场。

回复

使用道具 举报

参与会员1

貌似少了分号
回复

使用道具 举报

可能感兴趣的问答

发新帖
  • 微信访问
  • 手机APP