This is the question: Create a linked list structure Music that contains the dat
ID: 3628104 • Letter: T
Question
This is the question: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.
The solution on your site doesn't work it gets an error from the "curr->next = head;" line says that you can't convert an item to a list and vice versa. How do I fix that?