Introduction - If you have any usage issues, please Google them yourself
Create a simple address book, including basic operation and storage. Use < < data structure> > in the doubly linked list for data structure, combined with basic knowledge of C language. Write a contact management system. Data structure to the knowledge learned into practice to software development. Design content: The system should be completed a few simple features: input- enter () display information--- display () search by name as a keyword--- search () [completed by one person] to delete information--- delete () Save--- save () loading--- load () task: each piece of information to include: Name (NAME) streets (STREET) City (CITY) Zip code (EIP) countries ( STATE) several