Loading practice questions
Choose the correct about Setf and Setq.
Correct Answer: B — Setf can be used in place of setq but not vice versa
Explanation:
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.