ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Choose the correct about Setf and Setq.
Correct Answer: B — Setf can be used in place of setq but not vice versa
Setq is used only for symbols and setf is used for any data type, so Setf can be used in place of setq but setq cannot be used in place of setf.