(1) Create three files to submit.
Playlist.h – Struct definition and related functiondeclarations
Playlist.c – Related function definitions
main.c – main() function
Build the PlaylistNode class per the following specifications.Note: Some functions can initially be function stubs (emptyfunctions), to be completed in later steps.
Private data members
char uniqueID[50]
char songName[50]
char artistName[50]
int songLength
PlaylistNode* nextNodePtr
Related functions
CreatePlaylistNode() (1 pt)
InsertPlaylistNodeAfter() (1 pt)
Insert a new node after node
SetNextPlaylistNode() (1 pt)
Set a new node to come after node
GetNextPlaylistNode()
Return location pointed by nextNodePtr
PrintPlaylistNode()
Ex. of PrintPlaylistNode output:
Unique ID: S123Song Name: PegArtist Name: Steely DanSong Length (in seconds): 237
(2) In main(), prompt the user for the title of the playlist. (1pt)
Ex:
Enter playlist’s title:JAMZ
(3) Implement
PayPal Gateway not configured
PayPal Gateway not configured