Toggle navigation
Courses
問題
標籤
用戶
期末考題目-Question 1
2
喜歡
0
不喜歡
421
瀏覽
(40%)請寫一個通訊錄的程式,該程式需至少包含以下功能
1. 能夠用中文儲存人名、電話以及地址
2. 有新增、修改以及刪除功能
3. 要有搜尋功能
4. 要能顯示功能選單
final
exam
[考試]
最新提問
1月 19, 2018
分類:
2017-1 程式設計(一)AD
|
用戶:
楊修俊
(
30k
分)
ID: 43447 -
從幾時開始:
2018-01-19 18:30
-
到幾時結束:
2018-01-19 21:30
|
421
瀏覽
評論
請
登錄
或者
註冊
後再添加評論。
5
個回答
0
喜歡
0
不喜歡
內容已隱藏#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
void menu()
{
printf("1. add\n");
printf("2. alter\n");
printf("3. del\n");
printf("4. search\n");
printf("5. exit\n");
}
int main()
{
char name[1000],tel[1000],addr[1000],temp[1000],str[1000];
int num,n,i,j;
FILE *in , *out;
menu();
scanf("%d",&num);
while(num<5)
{
switch(num)
{
case 1:
** * *** * ** * * * * ** * * * * * * * * * * ** * * * * * * * **** *** * ** * * **** *** * ** * * * *
** * *** ** * *** * * ** *** *** ** * ** * *** * * ***** * *** *** * *