Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Artificial Intelligence
In LISP, the function X (x). (2x+l) would be rendered as
(lambda (x) (+(*2 x)l))
(lambda (x) (+1 (* 2x)
(+ lambda (x) 1 (*2x))
(* lambda(x) (+2x1)
None of the above
Show Answer
Correct Answer:
(lambda (x) (+(*2 x)l))
Next Question→
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment