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
How to Throw some light on the splay trees?
What is a void pointer? When is a void pointer used?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What does %p mean c?
Explain how can I pad a string to a known length?
write an algorithm to display a square matrix.
Explain what is page thrashing?
With the help of using classes, write a program to add two numbers.
What type is sizeof?
how can I convert a string to a number?
What is #pragma statements?
Can a pointer be null?
How can I delete a file?
How to explain the final year project as a fresher please answer with sample project
What are the two types of functions in c?