end() + prev(): move the pointer in the array backwards
Array pointers are controlled through built-in pointer functions. end() and prev() are two commonly used functions that operate on array pointers. You may already be familiar with how to use these functions to traverse or control the position of pointers in an array, but do you know how to move the array pointer backwards by combining these two functions?
end