用C语言编写一个同学通讯录管理软件

日期:2016-09-16 23:31:40 人气:1

用C语言编写一个同学通讯录管理软件

#include "stdio.h" /*I/O函数*/ #include "stdlib.h" /*标准库函数*/ #include "string.h"/*字符串函数*/ #include "ctype.h" /*字符操作函数*/ #define M 50 /*定义常数表示记录数*/ typedef struct 
    A+
热门评论