Vidyalelo
Computer Science · Q129

Artificial Intelligence

Engineering and GATE · Computer Science · question 129

Q129

In LISP, the function assigns . the value of a to b is

A.
(setq a b)
B.
(setq b a )
Answer
C.
(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