Home / CSE / Artificial Intelligence :: Discussion

Discussion :: Artificial Intelligence

  1. In LISP, which of the following function assigns the value 10 to the symbol a?

  2. A.
    (setq a 10)
    B.
    (a = b) where b = 10
    C.
    (a = 10) (d) (setq 10 a)
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment