老师为什么这个运行后显示已停止运行啊
发表在C语言图书答疑 2017-02-13
是否精华
版块置顶:

#include<stdio.h>
#include<stdlib.h>
struct Student
{
 char nName[20];
 int num;
 struct Student* pNext;
};
int iCount;
struct Student* create()
{
 struct Student* pHead = NULL;
 struct Student* pEnd, *pNew;
 pEnd = pNew = (struct Student*)malloc(sizeof(struct Student));
 iCount = 0;
 scanf_s("%s",pNew->nName);
 scanf_s("%d", pNew->num);
 while (pNew->num != 0)
 {
  iCount++;
  if (iCount == 1)
  {
   pNew->pNext = NULL;
   pEnd = pNew;
   pHead = pEnd;
  }
  else
  {
   pNew->pNext = NULL;
   pEnd->pNext = pNew;
   pHead = pEnd;
  }
  scanf_s("%s", pNew->nName);
  scanf_s("%d", pNew->num);


 }
 free(pNew);
 return pHead;
}
void Print(struct Student* pHead)
{
 struct Student* pTemp;
 pTemp = pHead;
 while (pTemp != NULL)
 {
  printf("%s",pTemp->nName);
  printf("%d", pTemp->num);
  pTemp = pTemp->pNext;
 }


}
int main()
{
 struct Student* pHead;
 pHead = create();
 Print(pHead);
 return 0;
}


分享到:
精彩评论 1
again
学分:250 LV4
2017-02-14
沙发

哪里来的程序?想实现什么功能?

首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照