Mark As Completed Discussion

Are you sure you're getting this? Fill in the missing part by typing it in.

In a linked list, each element is called a __. Each node consists of two parts: the data and a reference (also called a pointer) to the next node.

Write the missing line below.