书上例11.5,因为看不懂例题,所以根本就不知道错哪了
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/16 01:17:08
书上例11.5,因为看不懂例题,所以根本就不知道错哪了
#include
#define FORMAT"%d\n%s\n%f\n%f\n%f\n"
struct student
{int num;
char name[20];
float score[3];
};
main()
{void print(struct student);
struct student stu;
stu.num=12345;
strcpy(stu.name,"li li");
stu.score[0]=67.5;
stu.score[1]=89;
stu.score[2]=78.6;
print(stu);
}
void print(struct student stu)
{print(FORMAT,stu.num,stu.name,stu.score[0],stu.score[1],stu.score[2]);
printf("\n");
getch();
}
再帮我看看错哪了?
#include
#define FORMAT"%d\n%s\n%f\n%f\n%f\n"
struct student
{int num;
char name[20];
float score[3];
};
main()
{void print(struct student);
struct student stu;
stu.num=12345;
strcpy(stu.name,"li li");
stu.score[0]=67.5;
stu.score[1]=89;
stu.score[2]=78.6;
print(stu);
}
void print(struct student stu)
{print(FORMAT,stu.num,stu.name,stu.score[0],stu.score[1],stu.score[2]);
printf("\n");
getch();
}
再帮我看看错哪了?
void print(struct student stu)
{
printf(FORMAT,stu.num,stu.name,stu.score[0],stu.score[1],stu.score[2]);
printf("\n");
getch();
}
在函数的开始的那个“PRINT”应该为“PRINTF”就可以了.编程要有耐心,也要细心.为了强调,用了大写.
{
printf(FORMAT,stu.num,stu.name,stu.score[0],stu.score[1],stu.score[2]);
printf("\n");
getch();
}
在函数的开始的那个“PRINT”应该为“PRINTF”就可以了.编程要有耐心,也要细心.为了强调,用了大写.
书上例11.5,因为看不懂例题,所以根本就不知道错哪了
数学分析解释,因为书上是意大利语,所以我更看不懂.
因为没带书上网 所以就我自己的记忆写下题目 看不懂表PIA我...
人教版初一语文书上册的第一单元作文写什么的呀!因为我忘拿语文书回家了所以不知道.
数学根本有的都看不懂今年我上初三了,我知道我基础不行,所以就每天每天的努力,可是我发现,我在努力我页超不过别人.我不会做
书上这道例题看不懂,有人知道什么意思吗?关于极限基本定义的.
统计学的 几何平均数 书上例题看不懂
C语言书上的一个例题看不懂
兄弟说我因为我相公 所以shi shen 了 shi shen 是什么意思?因为不知道是哪两个字 所以用拼音 .
如何学英语?我的英语基础很差,现在上高三了,英语就考那么点,我真的不知道该怎么办了,完型和阅读就是不会做,我根本看不懂文
我已经知道答案了 可是就是不知道为什么这里的因为所以会成立
考研数学辅导书上【例题】的疑问:跳步看不懂了……