ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the basic syntax of LISP (Note: arg means argument here)
(<LISP Primitive> <arg1> <arg2> ...)
(<LISP Primitive> <arg>)
(<arg> <LISP Primitive>)
(<arg1> <arg2> ... <LISP Primitive>)
Correct Answer: A — (<LISP Primitive> <arg1> <arg2> ...)
Correct syntax of the LISP is (<LISP Primitive> <arg1> <arg2> ...).