ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What can be used as an argument for a primitive?
Correct Answer: D — Atoms, List, Another LISP program, Used-defined function
These all can be used as an argument for a primitive. Arguments depend on the type of primitive used. Example for arithmetic operators: numbers are used. For list functions: lists are used.