Pick out the correct syntax in given order.
(setf (get ) )
(setf (get )
None of the mentioned
Correct Answer: A — (setf (get ) )
Explanation:
The setf and get are used as writer for properties.