Which primitive can be used to create a list?
getf
setf
make
none of the mentioned
Correct Answer: B — setf
Explanation:
Setf is used to create the list. Getf is used to retrieve the data from list. Make is not a primitive in LISP.