Home > 30 days c++ course > 30 days c++ course > Linked Lists Show previous contentTry this exercise. Fill in the missing part by typing it in.In a linked list, each element is represented by a ___ that contains data and a pointer to the next element.Write the missing line below.SubmitReveal answer Show following content