Loading practice questions
What is the difference between setf and setq?
Correct Answer: A — Setq is used for symbols only but setf can be used anywhere
Explanation:
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.