Write a c language program to scan a character array n and an integer k from the user,then shift left and rotate the characters in array n, k times. Print the character array nafter each rotation.For example:if n=kumar and k=3, then output is umark marku arkumif n=abc and k=1, then output is bca.
NOTE :: USE ONLY BASIC CONCEPTS such as functions in c ,recursion,arrays,pointers,file handling and some basic concepts..
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here