#include int main() { int n,i,j,temp; int flag=0; printf("Enter the number of elements you want in the array: "); scanf("%d",&n); int arr[n]; printf("Enter the numbers you want in the array:\n"); for(i=0;i