Multiple Choice
Which of the following Scheme statements will insert the number 6 at the head of a list named L?
A) (add 6 L)
B) (insert 6 L)
C) (hd 6 L)
D) (cons 6 L)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: If the ML command val h::t =
Q37: Haskell supports a type class inheritance through
Q38: The _ character is used for alternative
Q39: A language is considered to be fully
Q40: With static scoping,the meaning of a variable
Q42: Which of the following statements about Scheme
Q43: A Scheme compiler will translate a tail
Q44: Which of the following represents a list
Q45: In lambda calculus,a value can be substituted
Q46: To express symbols as a data type