You are viewing a single comment's thread. Return to all comments →
int n,i; cin>>n; int arr[n-1]; for(i =0;i < n;i++) cin>>arr[i]; for(n = n-1;n>=0;n--) cout<<arr[n]<<" "; return 0;
Seems like cookies are disabled on this browser, please enable them to open this website
Arrays Introduction
You are viewing a single comment's thread. Return to all comments →