摘要:
#include struct student{ int num; char name[20]; float score; } stu={112301,"bowen1",20}; void print(struct student *p); int main(void){ print(&stu); } void print(struct student *p){ pr... 阅读全文
posted @ 2018-05-01 19:08
sunnybowen
阅读(164)
评论(0)
推荐(0)
摘要:
#include struct student{ int num; char name[20]; float score; }; int main(void){ struct student stu[3]={112301,"bowen1",20,112111,"bowen2",10,110911,"bowen3",30}; struct student *sp; ... 阅读全文
posted @ 2018-05-01 18:54
sunnybowen
阅读(210)
评论(0)
推荐(0)
摘要:
int main(void){ char c[5]; scanf("%s",c); printf("%s",c); } 阅读全文
posted @ 2018-05-01 18:45
sunnybowen
阅读(601)
评论(0)
推荐(0)

浙公网安备 33010602011771号