Array:An array is a collection of elements of the same type that are stored in contiguous memory locations.
While loop: A while loop is a control flow statement that repeatedly executes a block of code as long as a given condition is true.
Backward traverse: Backward traverse refers to accessing each element of an array starting from the last element and moving sequentially towards the first element.