GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
| 42. | 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) (+2x1) | |