Aim : Given a binary file
“sports.dat” containing records of the following structure type
Struct sports
{
char
event[20];
char participant[10][30];
}
WAP to read this file and
create another file called “athletic.dat” copying only those records where
event name is “athletic”
CODE:
No comments:
Post a Comment