Q505
In LISP, what is the function assigns the symbol x to y?
A.
(setq y x)
B.
(set y = 'x')
C.
(setq y = 'x')
D.
(setq y 'x')
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board