ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Choose correct statement about arg1 of setq syntax.
Correct Answer: B — It is a symbol in which value is stored
In (setq arg1 arg2), the arg1 is like a variable in which value is stored. It can be a symbol. The value of arg2 got stored in it.