adplus-dvertising
frame-decoration

Question

What is the output of the given statement?
span class="sy0"> * (setf abc '(a b c) xyz '(x y z))
* (setf bc (rest abc))
* bc

a.

A

b.

B

c.

C

d.

BC

Answer: (d).BC

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?