Vidyalelo
Computer Science · Q46

Artificial Intelligence

Engineering and GATE · Computer Science · question 46

Q46

In LISP, the function X (x). (2x+l) would be rendered as

A.
(lambda (x) (+(*2 x)l))
Answer
B.
(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