Hi I implemented a Linked List in c. The problem is whenever I try to print the nodes data using function print_list(struct linked_list *list) I get a segmentat
print_list(struct linked_list *list)