☑Kizspy.me
Answer (Choose 1 answer)
☐ A
Given a pointer tail points to the last node of a non-empty singly linked list. Which one is used to add new
node x to the end of the list?
A. tail = x;
B. tail.next x; tail = x
C. tail.next = x
D. x= tail.next; tail = x
Back
Next
FUQ.sh
sh the exam.