You are viewing a single comment's thread. Return to all comments →
int main() { int n,j,i; scanf("%d", &n); int arr[n]; int length=sizeof(arr)/sizeof(arr[0]); for(j=0;j
Seems like cookies are disabled on this browser, please enable them to open this website
Array Reversal
You are viewing a single comment's thread. Return to all comments →
include
include
int main() { int n,j,i; scanf("%d", &n); int arr[n]; int length=sizeof(arr)/sizeof(arr[0]); for(j=0;j