InterviewSolution
Saved Bookmarks
| 1. |
In LISP, the function (minusp (-20 4 8 8 1)) returns?(a) T(b) F(c) NIL(d) -20This question was addressed to me in class test.My doubt stems from LISP Programming in portion LISP Programming of Artificial Intelligence |
|
Answer» CORRECT ANSWER is (a) T Best EXPLANATION: NONE. |
|