Question: C program Create a music player app in strictly C language using data structures that has a music library containing all of the music/songs, which
C program
Create a music player app in strictly C language using data structures that has a music library containing all of the music/songs, which will added by a user at runtime and be able to view all the songs/music currently in the library and be able to search for a music/song in the library. It will also have a playlist which is again added by the user and be able to perform operations on it, like add any music to the playlist from the music library, move each music item either up or down from the current position, remove them from the playlist, shuffle the playlist items and also be able to play the music/song if possible (or if not, then just fake play it and add options to start/stop playing).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
