please tell me the logic for this C program :
INPUT (string):ABCD
OUTPUT :BCDA
CDAB
DABC
Answer Posted / rajan
Circular queue
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is infinite loop?
What is function in c with example?
What are the different types of linkage exist in c?
When is a void pointer used?
Is c is a middle level language?
What is c language & why it is used?
What does c mean before a date?
Why can't I perform arithmetic on a void* pointer?
How can a string be converted to a number?
How many types of operator or there in c?
How do I convert a string to all upper or lower case?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
I came across some code that puts a (void) cast before each call to printf. Why?
Explain the difference between structs and unions in c?
What is variable initialization and why is it important?