Which primitive can be used to add an element to List?
delete
cons
cdr
write
Correct Answer: B — cons
Explanation:
Cons is the primitive used to add an element to list. Cons take two lists as an argument and merge them to form a new list.