Setf refers to set field?
Yes
No
5 practice sets · Page 1 of 1
Setf refers to set field?
Yes
No
In multiple arguments in setf and setq, it prints ____
All the values
Only the first value
Only the last value
Numerically smallest value
How many arguments do setf or setq can have in single braces?
2
4
28
Any even number of arguments.
Choose the correct about Setf and Setq.
Setq can be used in place of setf but not vice versa
Setf can be used in place of setq but not vice versa
Both can be used in place of each other
Neither can be used in place of each other
What is the difference between setf and setq?
Setq is used for symbols only but setf can be used anywhere
No difference is there
Setf is used only for numbers but setq used anywhere
Setf is for lists and setq for numbers