adplus-dvertising
frame-decoration

Question

What is the basic syntax of LISP? (Note: arg means argument here)

a.

(<LISP Primitive> <arg1> <arg2> …)

b.

(<LISP Primitive> <arg>)

c.

(<arg> <LISP Primitive>)

d.

(<arg1> <arg2> … <LISP Primitive>)

Answer: (a).(<LISP Primitive> <arg1> <arg2> …)

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 basic syntax of LISP? (Note: arg means argument here)