Hi everyone, the program below is suppose to double the contents of a five-node pre-defined linked list using the function dbl_List_Contents(). the problem here is that i'm not quite sure about we go about pre-defining a linked list in the program. Somebody please help!