adplus-dvertising
frame-decoration

Question

What will be the output after the execution of the following LISP statement?
(setf (car '(a b cd)) 2)

a.

Error

b.

2

c.

A

d.

A B

Answer: (b).2

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What will be the output after the execution of the following LISP statement?