1.

When array reversal and rotation is applied to the same array then the output produced will also be the same every time.(a) true(b) falseThis is a very interesting question from Arrays Types topic in portion Arrays Types of Data Structures & Algorithms IThis question was posed to me during an online interview.

Answer»

The correct choice is (B) false

Explanation: Array ROTATION and array REVERSAL are different operations and thus they GIVE different outputs when applied to the same array.



Discussion

No Comment Found

Related InterviewSolutions