Home / CSE / Artificial Intelligence :: Discussion

Discussion :: Artificial Intelligence

  1. In LISP, the function evaluates <object> and assigns this value to the unevaluated <sconst>.

  2. A.
    (constant <sconst> <object>)
    B.
    (defconstant <sconst> <object>)
    C.
    (eva <sconst> <object>)
    D.
    (eva <object> <sconst>)
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment