Home / CSE / Artificial Intelligence :: Discussion

Discussion :: Artificial Intelligence

  1. In LISP, the function assigns . the value of a to b is

  2. A.
    (setq a b)
    B.
    (setq b a )
    C.
    (b = a)
    D.
    (set b = a)
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment