adplus-dvertising
frame-decoration

Question

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

a.

(setq a b)

b.

(setq b a )

c.

(b = a)

d.

(set b = a)

Answer: (b).(setq b a )

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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