#include using namespace std; int main() { int n,a[n],d; cout << "Enter the number of elements for array: "; cin >> n; cout <<"Enter the elements of array: "; for(int i=0; i> a[i]; } cout << "Enter the element position that you wanna delete :"; cin >> d; for(int i=d; i