What is
(append '(a b) '(c d))
?
A:
((a b) (c d))
B:
(a b c d)
C:
(a b (c d))
D:
((a b c d))
E:
((a b) c d)
Answer
Prev
Next
Page+10
Index