Q129
In LISP, the function assigns . the value of a to b is
A.
(setq a b)
B.
(setq b a )
AnswerC.
(b = a)
D.
(set b = a)
E.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board