Vidyalelo
Artificial Intelligence · Q505

Artificial Intelligence

Computer Related · Artificial Intelligence · 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