write a program to print the lagest number among n numbers
Answers
Answered by
1
Explanation:
Find the Largest Element in an array. This program takes n number of elements from the user and stores it in arr[] . To find the largest element, the first two elements of array are checked and the largest of these two elements are placed in arr[0]
Similar questions