Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a complete Cor CH program to implement a digital music archive program. The program should be able to allow the following operations through the
Write a complete Cor CH program to implement a digital music archive program. The program should be able to allow the following operations through the menu structure. Use FILE to write the outputs, the song directory: Menu: 1- Add a new song to directory 2- Delete a song from the directory 3- List all songs in the directory 4- Search a song: A - Search according to song name B - Search according to singer's name 5- Update song information 6- Sort according to song name 7- Sort according to singer's name 8- Quit WWW struct date { int day, month, year, struct car { int ID char songname[100], singersname[30], category[10]; struct date albumdate; }song directory(100); Important notes: Write a user defined function for each menu option. Use {Pop, Rock, Jazz, Blues} values for the category
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started