Write a function definition called backward, with three parameters, the first and second parameters are arrays of integers of equal size and the third is an integer indicating the size of each array. The function will return true when and only if one of the array is reverse order of the other, that is having the same elements but in reverse order.