InterviewSolution
Saved Bookmarks
| 1. |
In LISP, the following function (minusp (-20 4 8 8 1)) returns?(a) T(b) F(c) NIL(d) -20This question was addressed to me during an interview.I need to ask this question from LISP Programming topic in section LISP Programming of Artificial Intelligence |
|
Answer» CORRECT ANSWER is (a) T The EXPLANATION: NONE. |
|