adplus-dvertising
frame-decoration

Question

In LISP, the function evaluates <object> and assigns this value to the unevaluated <sconst>.

a.

(constant <sconst> <object>)

b.

(defconstant <sconst> <object>)

c.

(eva <sconst> <object>)

d.

(eva <object> <sconst>)

Answer: (b).(defconstant <sconst> <object>)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In LISP, the function evaluates <object> and assigns this value to the unevaluated <sconst>.