Answer from cs61c-ec (Osbert Orr 16671538) for Question 1
struct anode
{
   char *a_string;
   struct anode *p;
}
