//You have been given a random integer array/list(ARR) of size N. You are required to find and return the second largest element present in the array/list.
//If N <= 1 or all the elements are same in the array/list then return -2147483648 or -2 ^ 31(It is the smallest value for the range of Integer).