ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the difference between setf and setq?
Correct Answer: A — Setq is used for symbols only but setf can be used anywhere
Setq is used only for setting the values of symbols but setf can be used for anything. Setf can be used for setting value of any data-type and not only symbols.