ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
In the syntax (setf arg1 arg2), what is arg1?
Correct Answer: B — Variable on which value is set
The arg1 or argument 1 is like a variable in which value is stored. The arg1 can be anything like a symbol, a list or maybe the first element of a list, etc.