KCS151/KCS251 PPS Lab Exercise Dr. A.P.J. Abdul Kalam Technical University (AKTU), Lucknow KCS151 / KCS251 Programming for Problem Solving - Using C Language Lab Exercise 42. Write a program to find the largest no among 20 integers array using dynamic memory allocation. Sample Input and OutputStdin Inputs:5 20 2 17 4 10 11 3 8 13 9 14 6 1 16 7 19 15 12 18Sample Result:Input elements: 5 20 2 17 4 10 11 3 8 13 9 14 6 1 16 7 19 15 12 18Largest: 20 Previous Next