ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which primitive can be used to add an element to List?
Correct Answer: B — cons
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.