What is the result of each of the following statements? [In the event a list is an answer, just write the list form not the annotated version - Example: (a b c) NOT (list a bc) a. (car '(a (b c d))) b. (cdr '(a b c d) e f)) c. (+ (car '(1 2 3)) (caar '((1) 10 30))) 1