Question: in C language a ) Write binary files with a structure. struct album { char title [ 4 0 ] ; char artist [ 4
in C language
a Write binary files with a structure.
struct album
char title;
char artist;
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
