Construct an indexing array indexarray so that the statement reversedorder = origorder(indexarray) ; results in a row array beginning at startingindex down to element 1.
a. Define the indexing array
b. Implement the array for the reversal
c. Explain the purpose of the indexing array
Answer: a. Define the indexing array