You are viewing a single comment's thread. Return to all comments →
hi Change your condition as a[j-1]=a[j]; and j=n-1;j>=0;j-- in for loop
Circular Array Rotation
You are viewing a single comment's thread. Return to all comments →
hi Change your condition as a[j-1]=a[j]; and j=n-1;j>=0;j-- in for loop