ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Are arithmetic operators primitives in LISP?
Correct Answer: A — True
Yes, the arithmetic operators are primitives in LISP programming language. For example: in (/ 3 3) / is a primitive.