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

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

ANSWER DOWNLOAD EXAMIANS APP