News

Sample Input: Input the number of elements to be stored in the array :3 Input 3 elements in the array: element - 0: 25 element - 1: 12 element - 2: 43 Problem-6 (2 Points) Write a C program which ...
Problem-2 (2 Points) Write a program in C to find the maximum and minimum element in an array. Sample Input: Input the number of elements to be stored in the array :3 Input 3 elements in the array: ...