Question Detail A linear list from which elements can be added or removed from either end is called stackqueuedequetree Answer: Option C Similar Questions : 1. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B 2. ++i is equivalent to i = i + 2i = i + 1i = i + ii = i - 1 Answer: Option B 3. The memory address of the first element of an array is called floor addressfirst addressfoundation addressbase address Answer: Option D 4. Which sorting method is slowest Quick sortHeap sortShell sortBubble sort Answer: Option D 5. Which data structure is needed to convert infix notations to postfix notations linear listtreestackqueue Answer: Option C Read more from - Data Structure Questions Answers - Chapter 1