You are viewing a single comment's thread. Return to all comments →
for(i = 0; i < num; i++) printf("%d ", *(arr - i+num-1)); return 0;
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 →
for(i = 0; i < num; i++) printf("%d ", *(arr - i+num-1)); return 0;