
What is the purpose of the following code? current = head;
While (current != NULL)
{
//Process current
Current = current->link;
}
A) Insertion of a node
B) Selection of a node
C) Traversal of a linked list
D) Creation of a new list
Correct Answer:
Verified
Q1: In a linked list, the order of
Q4: It is not possible to create an
Q6: Linked lists allow you to overcome the
Q7: Every node (except of the last node)
Q9: Suppose that the pointer head points to
Q11: In a linked list, the address of
Q12: A linked list is a random access
Q13: The length of a linked list is
Q17: Each node of a singly linked list
Q19: When you build a linked list in
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents