C程序设计手机通讯录实验课题.docVIP

  • 2
  • 0
  • 约7.88千字
  • 约 10页
  • 2020-07-06 发布于四川
  • 举报
- PAGE 1 - #includestdio.h #include stdlib.h #includeconio.h #include string.h #include ctype.h #define M 50 typedef struct { char name[20]; char tel[15]; char qq[15]; char email[30]; char add[30]; }STUDENT; void menu(); int enter(STUDENT t[]); void list(STUDENT t[],int n); void save(ST

文档评论(0)

1亿VIP精品文档

相关文档