Question: please use codeblocks software. programming languange is c programming. please dont use cout and cin instead use printf and scanf. your help is very much

please use codeblocks software. programming languange is c programming. please dont use cout and cin instead use printf and scanf. your help is very much appreciated.
Write a program to store an input list of five numbers in an array named list and display the largest element in the array using a function named get_max. The function get_max will use the array and its size as input parameters and then returns the largest element in the array. Sample output: Enter five numbers.mi 11 99 10 56 7 = = Element in array list.co] 11 Element in array list [1] = 99 Element in array list. 2] = 10 Element in array list.13] = 56 Element in array list [4] 7 Largest element in array listui 99
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
