Home > Learn C++ for Everyone > Learn C++ for Everyone > Data Structures in C++ Show previous contentTry this exercise. Fill in the missing part by typing it in.A __ is a linear collection of nodes, where each node contains data and a reference to the next node in the list.Write the missing line below.SubmitReveal answer Show following content