Multiple choice Linked list is a ............ Linear Data Structure Non-Linear Data Structure Both of these None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation According to the way, linked list is accessed, it is linear data structure and according to storage, linked list is a non-linear data structure. Hence this is the answer.