Which of these method is used to add an element to the start of a LinkedList object?
(a) add()
(b) first()
(c) AddFirst()
(d) addFirst()
(a) add()
(b) first()
(c) AddFirst()
(d) addFirst()
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct choice is (d) addFirst()
To elaborate: None.