Multiple Choice
Given a list L in Scheme with contents of (3 7 2 8) .What will be returned if the command (cdr L) is executed?
A) (8)
B) (3)
C) (2 8)
D) (7 2 8)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: To determine if two lists have the
Q21: The _ is used in Scheme to
Q22: A pure functional program is one that
Q23: hd is the predefined list function that
Q24: Which of the following represents a list
Q26: The simplest unit of syntax in Scheme
Q27: A function that takes other functions as
Q28: In Scheme,a let special form can be
Q29: The Scheme evaluation rule represents _ evaluation.<br>A)
Q30: Given a list L in Scheme with