tell me the output of telephone directory C program using structure
Answers
Answered by
0
Answer:
C Programming Blog · Program of telephone directory that provides append, find and display all records ... void appendData(){ FILE *fp; struct person obj; clrscr(); fp=fopen(\"data ...
Similar questions