News

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 ...
Take as input N, the size of array. Take N more inputs and store that in an array. Write a function which returns the maximum value in the array. Print the value returned. 1.It reads a number N.