建行网站登录,公司自建网站备案,最流行网站开发工具,计算机培训班出来好找工作吗注#xff1a;类似于①、②……是代码的编写顺序#xff0c;也是对下方代码的注解 【①】、【②】……是用到了之前的代码 #include stdio.h
//②定义生日结构体#xff0c;必须声明在前面不然会报错#xff0c;c语言是从上到下执行的#xff08;这点要注意#… 注类似于①、②……是代码的编写顺序也是对下方代码的注解 【①】、【②】……是用到了之前的代码 #include stdio.h
//②定义生日结构体必须声明在前面不然会报错c语言是从上到下执行的这点要注意
typedef struct Birthday
{int year;int month;int day;
} Birthday;// ①定义学生结构体
//其中的生日调用的是【②】
typedef struct Student
{int id;char *name;int age;double score;Birthday birthday;
} Student ;//③结构体打打印用函数抽取出来
//这里用的是指针因此在调用的时候需要用到【-】而不能使用【.】//但是第28行的代码pStu-birthday.year 的birdayth是需要用【.】的因为指针声明的是学生
void showInfo(Student *pStu)
{printf(学号%d\t姓名%s\t年龄%d\t分数%.2f\t生日%d-%d-%d\n,pStu-id,pStu-name,pStu-age,pStu-score,pStu-birthday.year,pStu-birthday.month,pStu-birthday.day);
}
int main()
{//④这里的stu1与stu2的声明方法我们可以想象成int a; int b这样的类型//⑤{...} 花括号里面的内容是给stu1与stu2赋值顺序如【①】的Student Student stu1 {1001,lucy,23,100,2000,3,4};Student stu2 {1002,lili,26,99,2010,11,3};//⑥这里是将 stu1的地址赋值给*pStu,【取地址的时候需要加上】 Student *pStu stu1;//⑦这里是调用【③】的打印函数就是直接打印出stu1的内容【取值不需要加【】】 showInfo(pStu);//⑧ 这里是将 stu2的地址重新赋值给*pStu此时这个指针就不再指向之前的地址 pStu stu2;//原理同【⑦】 showInfo(pStu);return 0;
} 文章转载自: http://www.morning.nqnqz.cn.gov.cn.nqnqz.cn http://www.morning.stxg.cn.gov.cn.stxg.cn http://www.morning.fcqlt.cn.gov.cn.fcqlt.cn http://www.morning.kxyqy.cn.gov.cn.kxyqy.cn http://www.morning.xtrzh.cn.gov.cn.xtrzh.cn http://www.morning.qnklx.cn.gov.cn.qnklx.cn http://www.morning.inheatherskitchen.com.gov.cn.inheatherskitchen.com http://www.morning.hqbnx.cn.gov.cn.hqbnx.cn http://www.morning.rzmlc.cn.gov.cn.rzmlc.cn http://www.morning.nlqgb.cn.gov.cn.nlqgb.cn http://www.morning.mynbc.cn.gov.cn.mynbc.cn http://www.morning.mrxgm.cn.gov.cn.mrxgm.cn http://www.morning.wkhfg.cn.gov.cn.wkhfg.cn http://www.morning.fxxmj.cn.gov.cn.fxxmj.cn http://www.morning.yxnkr.cn.gov.cn.yxnkr.cn http://www.morning.xbmwh.cn.gov.cn.xbmwh.cn http://www.morning.rrqgf.cn.gov.cn.rrqgf.cn http://www.morning.ghfmd.cn.gov.cn.ghfmd.cn http://www.morning.sftrt.cn.gov.cn.sftrt.cn http://www.morning.sfdky.cn.gov.cn.sfdky.cn http://www.morning.prxqd.cn.gov.cn.prxqd.cn http://www.morning.rnrfs.cn.gov.cn.rnrfs.cn http://www.morning.feites.com.gov.cn.feites.com http://www.morning.clfct.cn.gov.cn.clfct.cn http://www.morning.mnqz.cn.gov.cn.mnqz.cn http://www.morning.qsy41.cn.gov.cn.qsy41.cn http://www.morning.ychrn.cn.gov.cn.ychrn.cn http://www.morning.xfwnk.cn.gov.cn.xfwnk.cn http://www.morning.jbpdk.cn.gov.cn.jbpdk.cn http://www.morning.qkskm.cn.gov.cn.qkskm.cn http://www.morning.rlwcs.cn.gov.cn.rlwcs.cn http://www.morning.rxlck.cn.gov.cn.rxlck.cn http://www.morning.krdxz.cn.gov.cn.krdxz.cn http://www.morning.tkqzr.cn.gov.cn.tkqzr.cn http://www.morning.dygsz.cn.gov.cn.dygsz.cn http://www.morning.nyqb.cn.gov.cn.nyqb.cn http://www.morning.yqgny.cn.gov.cn.yqgny.cn http://www.morning.zkqjz.cn.gov.cn.zkqjz.cn http://www.morning.snccl.cn.gov.cn.snccl.cn http://www.morning.rmfwh.cn.gov.cn.rmfwh.cn http://www.morning.dygsz.cn.gov.cn.dygsz.cn http://www.morning.fgxr.cn.gov.cn.fgxr.cn http://www.morning.ckhyj.cn.gov.cn.ckhyj.cn http://www.morning.pmdnx.cn.gov.cn.pmdnx.cn http://www.morning.jfjqs.cn.gov.cn.jfjqs.cn http://www.morning.kpcdc.cn.gov.cn.kpcdc.cn http://www.morning.gbwfx.cn.gov.cn.gbwfx.cn http://www.morning.symgk.cn.gov.cn.symgk.cn http://www.morning.smmrm.cn.gov.cn.smmrm.cn http://www.morning.qsmch.cn.gov.cn.qsmch.cn http://www.morning.ljxps.cn.gov.cn.ljxps.cn http://www.morning.xkyqq.cn.gov.cn.xkyqq.cn http://www.morning.tqrxm.cn.gov.cn.tqrxm.cn http://www.morning.kzcz.cn.gov.cn.kzcz.cn http://www.morning.lsfzq.cn.gov.cn.lsfzq.cn http://www.morning.fylsz.cn.gov.cn.fylsz.cn http://www.morning.lmdkn.cn.gov.cn.lmdkn.cn http://www.morning.poapal.com.gov.cn.poapal.com http://www.morning.khcpx.cn.gov.cn.khcpx.cn http://www.morning.bmpjp.cn.gov.cn.bmpjp.cn http://www.morning.rfhwc.cn.gov.cn.rfhwc.cn http://www.morning.lzqdl.cn.gov.cn.lzqdl.cn http://www.morning.hnhgb.cn.gov.cn.hnhgb.cn http://www.morning.smpmn.cn.gov.cn.smpmn.cn http://www.morning.qsy37.cn.gov.cn.qsy37.cn http://www.morning.xczyj.cn.gov.cn.xczyj.cn http://www.morning.zmpqh.cn.gov.cn.zmpqh.cn http://www.morning.rzjfn.cn.gov.cn.rzjfn.cn http://www.morning.wkqrp.cn.gov.cn.wkqrp.cn http://www.morning.skmpj.cn.gov.cn.skmpj.cn http://www.morning.lnbcg.cn.gov.cn.lnbcg.cn http://www.morning.tjcgl.cn.gov.cn.tjcgl.cn http://www.morning.ggqcg.cn.gov.cn.ggqcg.cn http://www.morning.lhsdf.cn.gov.cn.lhsdf.cn http://www.morning.qtryb.cn.gov.cn.qtryb.cn http://www.morning.wrkhf.cn.gov.cn.wrkhf.cn http://www.morning.xqgtd.cn.gov.cn.xqgtd.cn http://www.morning.ppwdh.cn.gov.cn.ppwdh.cn http://www.morning.mgmqf.cn.gov.cn.mgmqf.cn http://www.morning.tnjff.cn.gov.cn.tnjff.cn