Question Detail Which statement we should ignore in structure programming WHILE-DOGO-TOIT-ELSESWITCH Answer: Option B Similar Questions : 1. The complexity of Binary search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option B 2. A linear list from which elements can be added or removed from either end is called stackqueuedequetree Answer: Option C 3. The complexity of Bubble sort algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option C 4. A graph with one or more edges is at least 1-chromatic2-chromatic3-chromatic4-chromatic Answer: Option B 5. Recursive problems are implemented by queuesstackslinked listsstrings Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1