adplus-dvertising
frame-decoration

Question

What is the output of the given statement?
span class="sy0"> * (defun first-of-first-with-labels (l) (labels ((aux (m) (first m))) (first (aux 1))))
* (first-of-first-with-labels '((a b) (c d)))

a.

A

b.

B

c.

C

d.

D

Answer: (a).A

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?