is there a way to shift the elements in an array from this...
Code:
char array[5] = {1,2,3,4,5}
to this...?
Code:
array[5] = {3,4,5,1,2}
im trying to study for a test next week and i thought i remember something like this on the last test....only i cant find it to look over