Q : Write a program to shift array element with previous one (Left to Right) . Last element will be replace with first element ?
Input /Output :
Solution :
/* *******************************
Girfa : Student Help
Left shift each element of array from left
to right
for more program visit:
http://girfahelp.blogspot.in/p/c-language-array-programming.html
********************************
*/