正在加载图片...
程序解析一源程序 include<stdio.h> include<string h /手机通讯录结构定义 struct friends list char name[10 姓名* int age /年龄* char telephone[13];/联系电话 } int Count=0;全局变量记录当前联系人总数* void new_ friend(struct friends_ list friends; void search friend(struct friends_ list friends[], char *name);程序解析-源程序 #include<stdio.h> #include<string.h> /*手机通讯录结构定义*/ struct friends_list{ char name[10]; /* 姓名 */ int age; /* 年龄 */ char telephone[13]; /* 联系电话 */ }; int Count = 0; /* 全局变量记录当前联系人总数 */ void new_friend(struct friends_list friends[ ] ); void search_friend(struct friends_list friends[ ], char *name);
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有