adplus-dvertising
frame-decoration

Question

What is the output of the given statement?
span class="sy0"> * (setf square-procedures #'(lambda (n) (* n n)))
* (funcall square-procedure 2)

a.

1

b.

2

c.

3

d.

4

Answer: (d).4

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?