Need help on array rotationOmg. Thought I've already tried that before but failed. Thanks for the help man =D
Need help on array rotation@Gaminic: How should the temp variable be positioned? The one I tried in my opening post does not wo...
Need help on array rotationint rotate(int r){ int c; int j; while(r>0){ for(j=9; j>0; j--){ array[...
Need help on array rotationThere seems to be another problem though. 4 3 2 1 1 2 3 4 2 1 becomes 4 4 3 2 1 1 2 3 4 2 The d...
Need help on array rotationIm new here and I would like some help on my program. My program involves a 10x10 array. I have t...
This user does not accept Private Messages