Hey guys, so I am trying to build a simple Linked List (Just practice NOT a homework assignment). I managed to make it without the use of functions but then my main was pretty long. So now I am trying to condense it into by using some function calls. My question is, how do I get my display function to work after I have inserted my values in my list.