Vidyalelo
Computer Science · Q434

Artificial Intelligence

Engineering and GATE · Computer Science · question 434

Q434

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) (+2×1)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board