Multiple Choice
Consider the following code which deletes all the nodes in a linked list. Which of the following is the missing statement?
A) delete first;
B) delete temp;
C) destroy temp;
D) clear temp;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: A(n) _ is an object that produces
Q12: The _ deallocates the memory occupied by
Q13: What is the purpose of the following
Q14: Because each node of a linked list
Q15: You can use the pointer head of
Q17: In a linked list, the order of
Q18: A linked list is a collection of
Q19: Each node of a singly linked list
Q20: A linked list is a random access
Q21: The link field of the last node