SERIAL DIVIDER

Write program that do the algorithm of serial divider( You can divide to number in binary form and result also in binary.
Did you have a question?
You can help me to shift the position of arrays
Form one to another
eg machano[4] = {2,3,5,6}
and macha[3] = {1,5,8}
I want to shift first element in array machano[] to macha[] at last but when element in machano[] is shift must be remove and in the macha[] when add the first element also removed And shift into machano[]
RESULT:
machan0[4] = {3,5,6,1} and macha[3]= {5,8,2}
Topic archived. No new replies allowed.