No.24 我與代碼的日常:C語言實現簡易通訊錄

#define SIZE 1000 #define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <string.h> typedef struct PersonInfo{ char name[1024]; char phone[1024]; } PersonInfo; typedef struct AddrBook{ Pe
相關文章
相關標籤/搜索