adplus-dvertising
frame-decoration

Question

What is the output of the following LISP statement?
(write '(a b c d))

a.

A B C D

b.

A

c.

Error

d.

B C D

Answer: (a).A B C D

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 following LISP statement?