ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How many arguments do a single LISP program has?
One
Two
Any number of arguments
Three
Correct Answer: C — Any number of arguments
Any number of arguments can come in LISP single program. As an example, the addition (+) primitive takes any number of arguments.