这段C语言程序为什么运行时显示Debug error和Runtime error?怎么改?(问题截止到2019年3月17日17时00分) 30

 我来答
蝶儿pyl520
2019-03-17 · TA获得超过305个赞
知道小有建树答主
回答量:360
采纳率:40%
帮助的人:41.6万
展开全部
有网友碰到过这样的程序运行显示debug error ,runtime error。。。,问题详细内容为:#include<stdio.h>#include<stdlib.h>intmain(){FILE*fp;structstu{charname[15];charnum[10];floatscore;}student;fp=fopen("info.txt","w");if(fp==NULL){printf("cantopenthefile\...#include <stdio.h>
#include <stdlib.h>
int main()
{
FILE* fp;
struct stu
{
char name[15];
char num[10];
float score;
}student;
fp = fopen("info.txt", "w");
if(fp == NULL)
{
printf("cant open the file\n");
exit(1);
}
printf("input information of student:\n");
printf("name:");
scanf("%s", student.name);
printf("num:");
scanf("%s", student.num);
printf("score:");
scanf("%s", &student.score);
printf("%s %s %7.2f", student.name, student.num, &student.score);
fclose(fp);
return 0;
}展开,我搜你通过互联网收集了相关的一些解决方案,希望对有过相同或者相似问题的网友提供帮助,具体如下:
解决方案1:
scanf("%s", &student.score);
==>
scanf("%f", &student.score);追问输错了,那个地方改了后还是同样的错误追答printf("%s %s %7.2f", student.name, student.num, &student.score);
==>
printf("%s %s %7.2f", student.name, student.num, student.score);
百度网友bea72a2
2019-03-17 · 贡献了超过257个回答
知道答主
回答量:257
采纳率:0%
帮助的人:18.8万
展开全部
ydydygugihibucrxfxhvibonifsdibiguzuohivugfyfyfuvjfugbdrydtduftdurdph
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
春风够
2019-03-17 · TA获得超过145个赞
知道答主
回答量:1200
采纳率:2%
帮助的人:95.3万
展开全部
有网友碰到过这样的程序运行显示debug error ,runtime error。。。,问题详细内容为:#include#includeintmain(){FILE*fp;structstu{charname[15];charnum[10];floatscore;}student;fp=fopen("info.txt","w");if(fp==NULL){printf("cantopenthefile\...#include
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友de17a35
2019-03-17
知道答主
回答量:15
采纳率:16%
帮助的人:2.3万
展开全部
调试错误和执行错误,你最好把源代码发出来,这样别人才知道是哪里错了
追问

太长了超字数了

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 3条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式