adplus-dvertising
frame-decoration

Question

What is the output of the given statement?
span class="sy0"> * (setf l1 (list 'a 'b 'c))
* (setf l2 (list 'a 'b))
* (setf l1 l2)

a.

A B

b.

A B C

c.

B C

d.

None of the mentioned

Answer: (a).A B

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the given statement?