NOTE: This submission was received late. The deadline was Thu Jun 24 11:00:00 2004 but the submission was not received until Sat Jul 3 14:58:44 2004. We will grade the last on-time submission for this quiz. Your Answer for Question 1: struct ListNode { char *data; struct node *next }; Your Answer for Question 2: char *name = "bush"; struct ListNode *NewNode = malloc(sizeof(struct ListNode)); newnode->data = name; newnode->next = head; head = newnode; Your Answer for Question 3: pointer were very confusing. After reading them for a while, the brain starts pointing everywhere. I usually get confused while working with strings and characters.I guess, they are still unclear to me. Your unique submission ID is quiz1-2-2-cs61c-fy-1088891924-1995.