Multiple Choice
If the ML command val h::t = [4 5 6]; is executed,what value will t have?
A) [1]
B) [2]
C) [1 2]
D) [2 3]
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: Which of the following statements about lazy
Q32: The if form in Scheme is like
Q33: In the ML programming language,a function is
Q34: In the Haskell language,the _ character represents
Q35: In Scheme,the letrec form makes a global
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
Q41: Which of the following Scheme statements will