please tell me the logic for this C program :
INPUT (string):ABCD
OUTPUT :BCDA
CDAB
DABC
Answers were Sorted based on User's Feedback
Is Exception handling possible in c language?
hi send me sample aptitude papers of cts?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
what is event driven software and what is procedural driven software?
Why doesn't C have nested functions?
What is echo in c programming?
If fflush wont work, what can I use to flush input?
Explain what are global variables and explain how do you declare them?
what is difference between #include<stdio.h> and #include"stdio.h"
Explain enumerated types.
How important is structure in life?