Question: a ) Write binary files with a structure. struct album { char title [ 4 0 ] ; char artist [ 4 0 ] ;

a) Write binary files with a structure.
struct album {
char title[40];
char artist[40];
int year;
};
B) Read a file to go through all the information
C) Save what was read in an array of structures using Malloc.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!