Q46
In LISP, the function X (x). (2x+l) would be rendered as
A.
(lambda (x) (+(*2 x)l))
AnswerB.
(lambda (x) (+1 (* 2x)
C.
(+ lambda (x) 1 (*2x))
D.
(* lambda(x) (+2x1)
E.
None of the above
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board