I'm trying to create a dynamic list, which should read an input string and save every string into a new node of the lis. The program will print every node, after that i want to add a function to delete a node, but i'm getting a lot of errors, mostly because i'm not so good at using pointers and i'm new to data structures, can someone please help me?I'm trying to create a dynamic list, which shou