Solved

Which of the Following Statements About Functional Programming Languages Is

Question 50

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions