Question Detail ++i is equivalent to i = i + 2i = i + 1i = i + ii = i - 1 Answer: Option B Similar Questions : 1. Preorder is depth first orderbreadth first ordertopological orderlinear order Answer: Option A 2. Which is having highest precedence in C relational operatorsequality operatorlogical operatorarithmetic operator Answer: Option D 3. A graph with one or more edges is at least 1-chromatic2-chromatic3-chromatic4-chromatic Answer: Option B 4. The complexity of Binary search algorithm is O(n)O(log n)O(n2)O(n log n) Answer: Option B 5. minimum number of stacks of size n required to implement a queue of size n OneTwoThreeFour Answer: Option B Read more from - Data Structure Questions Answers - Chapter 1