How to reverse alternate words in a given line of string
For Eg: my name is narasimha
output : my eman is ahmisaran
No Answer is Posted For this Question
Be the First to Post Answer
What are data types in c language?
Compare array data type to pointer data type
What is the difference b/w Structure & Union?
The differences between Windows XP and Windows Visa
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
How can I find leaf node with smallest level in a binary tree?
What is LINKED LIST? How can you access the last element in a linked list?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
What does the characters “r” and “w” mean when writing programs that will make use of files?
Which is more efficient, a switch statement or an if else chain?
Explain what are bus errors, memory faults, and core dumps?
How do shell structures work?