Discussion :: Artificial Intelligence
-
In LISP, the function evaluates <object> and assigns this value to the unevaluated <sconst>.
A.
(constant <sconst> <object>)
|
B.
(defconstant <sconst> <object>)
|
C.
(eva <sconst> <object>)
|
D.
(eva <object> <sconst>)
|
E.
None of the above
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment