Multiple Choice
Which of the following statements about functional programming languages is incorrect?
A) In pure functional programming, there are no assignments.
B) In pure functional programming, there are no loops.
C) In pure functional programming, loops are replaced by recursive calls.
D) The value of a function depends on the order of evaluation of its parameters.
Correct Answer:

Verified
Correct Answer:
Verified
Q40: With static scoping,the meaning of a variable
Q41: Which of the following Scheme statements will
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
Q47: Lists that obey lazy evaluation are called
Q48: Standard predefined resources for performing input and
Q49: The definition of a language using an