Multiple Choice
Which of the following statements about Scheme is correct?
A) Scheme function applications use pass by value, while special forms in Scheme use delayed evaluation.
B) Scheme function applications use pass by name, while special forms in Scheme use delayed evaluation.
C) Scheme special forms use pass by value, while function applications in Scheme use delayed evaluation.
D) Scheme special forms use pass by value, while function applications in Scheme use delayed evaluation
Correct Answer:

Verified
Correct Answer:
Verified
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
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
Q47: Lists that obey lazy evaluation are called