#include int main() { int a[100],n,el,i; printf("Enter the size of the array"); scanf("%d",&n); printf("Enter the elements of the array"); for(int i=0;i