adplus-dvertising
frame-decoration

Question

What is the output of the given statement?
span class="sy0"> * (defun power-of-two () (setf previous-power-of-two (* previous-power-of-two 2)))
* (power-of-two)
* (power-of-two)

a.

1

b.

2

c.

4

d.

None of the mentioned

Answer: (c).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?