// You have been given an empty array(ARR) and its size N. The only input taken from the user will be N and you need not worry about the array. // Your task is to populate the array using the integer ...
and use the for loop for checking each element in the array is maximum than 0th index or not, if any of the element maximum than 0th index element then max element is that element. 2. we have to find ...