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
application attempts to perform an operation?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Can the curly brackets { } be used to enclose a single line of code?
What is the best way to comment out a section of code that contains comments?
What are the 4 types of functions?
Write a program to swap two numbers without using the third variable?
What are the usage of pointer in c?
What is malloc return c?
how we can make 3d venturing graphics on outer interface
I heard that you have to include stdio.h before calling printf. Why?
how do you programme Carrier Sense Multiple Access
What is const volatile variable in c?
What are two dimensional arrays alternatively called as?
Can we change the value of static variable in c?
Between macros and functions,which is better to use and why?