adplus-dvertising
frame-decoration

Question

What will the output after the execution of following LISP statement?
(setq (car x) 2)

a.

2

b.

Error

c.

X

d.

2X

Answer: (b).Error

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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