Artificial intelligence
In LISP, which of the following function assigns the value 10 to the symbol a?

(setq a 10)
(a = b) where b = 10
(a = 10) (d) (setq 10 a)
None of these
None of these

ANSWER DOWNLOAD EXAMIANS APP