c program
C program to find maximum element in the entered array USING POINTER.
/*WAP to find maximum element in the entered array USING POINTER.*/ #include<stdio.h> #include<conio.h> void…
/*WAP to find maximum element in the entered array USING POINTER.*/ #include<stdio.h> #include<conio.h> void…