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

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

ANSWER DOWNLOAD EXAMIANS APP