Google News
logo
Artificial Intelligence - Quiz(MCQ)
In LISP, which of the following function assigns the value 10 to the symbol a?
A)
(setq a 10)
B)
(a = b) where b = 10
C)
(a = 10) (d) (setq 10 a)
D)
All of the above

Correct Answer :   (setq a 10)

Advertisement