adplus-dvertising
frame-decoration

Question

What will be the value of p after the following statement?
(setq p '(a b c d))

a.

A B C D

b.

B C D

c.

A

d.

Error

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 will be the value of p after the following statement?