Google News
logo
Artificial Intelligence - Quiz(MCQ)
In LISP, what is the function assigns the symbol x to y?
A)
(setq y x)
B)
(setq y ‘x’)
C)
(set y = ‘x’)
D)
(setq y = ‘x’)

Correct Answer :   (setq y ‘x’)

Advertisement