Create a linked list structure Music that contains the data fields Name, Artist, Number_of_Songs, and a pointer to the list.
Create the structure with 3 members and fill in data for each member.
Create a function that will display() all the data for each member and call it from the main program.