Multiple choice technology In linked list, a node has atleast --------fields. 1 2 3 4 Reveal answer Fill a bubble to check yourself B Correct answer Explanation A basic node in a singly linked list must have at least two fields: one to store the data (value) and one to store the reference (link/pointer) to the next node in the sequence.