InterviewSolution
Saved Bookmarks
| 1. |
In LISP, the function X (x). (2x+l) would be rendered as __________(a) (lambda (x) (+(*2 x)l))(b) (lambda (x) (+1 (* 2x)(c) (+ lambda (x) 1 (*2x))(d) (* lambda(x) (+2×1)I had been asked this question in final exam.I'd like to ask this question from History topic in section Introduction to Artificial Intelligence of Artificial Intelligence |
|
Answer» Right answer is (a) (lambda (X) (+(*2 x)L)) |
|