Question: Design a linked list structure Music that contains data fields Name, Artist, Number_of_Songs, and a pointer to the list. Design the structure with three 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.