Vidyalelo
Computer Science · Q505

Artificial Intelligence

Engineering and GATE · Computer Science · question 505

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')
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board