通讯录 电话存储
#include #include #include typedef struct { char number[5]; //±àoÅ char name[20]; //ÐÕÃû char sex[10]; //ÐÔ±ð char telephone[20]; //μç»° char address[20]; //μØÖ· char youbian[10]; //Óʱà } DataType; typedef struct Node { DataType
下载地址
用户评论