Computer Science - Artificial Intelligence - Discussion

Discussion Forum : Artificial Intelligence - Section 1 (Q.No. 16)
16.
In LISP, the function assigns the symbol x to y is
(setq y x)
(set y = 'x')
(setq y = 'x')
(setq y 'x')
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Janvi said:   8 months ago
According to me, the answer is (setq y x).
(1)

Post your comments here:

Your comments will be displayed after verification.