Posts by Alexandre Tanaka • 13 points
1 post
-
1
votes1
answer1407
viewsQ: Remove the first element from a double chained list - C
I’m having trouble removing the first node from my double-stranded list. I created a function that returns the list type (Value) to perform the operation, by showing the list elements within the…