adplus-dvertising
frame-decoration

Question

What is the output of the given statement?
span class="sy0"> * (setf toss '(heads tails tails tails heads tails))
* (delete 'heads toss)
* toss

a.

Heads tails

b.

Heads tails tails tails tails

c.

Heads

d.

None of the mentioned

Answer: (b).Heads tails tails tails tails

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?