add delete_list() separate print_node(NODE* head), which prints the data of head, and print_node_at(NODE* head, int pos), which traverses head to index pos, then prints that node