A binary file book.dat
Answers
Answered by
1
Answer:
The heart ❤️ of a shrimp is located in it's head
Explanation:
Given a binary file PHONE.DAT, containing records of the following structure type class Phonlist
{
char Name[20]; char Address[30]; char AreaCode[5]; char PhoneNo[15];
Public:
void Register();
void Show();
int CheckCode(char AC[]) {
return strcmp(AreaCode,AC);
Similar questions