InterviewSolution
Saved Bookmarks
| 1. |
In LISP, the addition 3 + 2 is entered as _______________(a) 3 + 2(b) 3 add 2(c) 3 + 2 =(d) (+ 3 2)This question was addressed to me by my college director while I was bunking the class.My question is from LISP Programming in portion LISP Programming of Artificial Intelligence |
|
Answer» The CORRECT choice is (B) 3 add 2 |
|