Home / CSE / Artificial Intelligence :: Discussion

Discussion :: Artificial Intelligence

  1. In LISP, the function assigns the symbol x to y is

  2. A.
    (setq y x)
    B.
    (set y = 'x')
    C.
    (setq y = 'x')
    D.
    (setq y 'x')
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment