What is (rest '((a b) (c d))) ?

  • A: ((b) (c d))
  • B: (c d)
  • C: (b (c d))
  • D: ((c d))
  • E: null

    Answer

    Page-10    Prev    Next    Page+10