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

Post New Answer

More C Interview Questions

Explain modulus operator. What are the restrictions of a modulus operator?

1 Answers  


Do you know the purpose of 'register' keyword?

1 Answers  


How do I convert a string to all upper or lower case?

1 Answers  


Write a program to check prime number in c programming?

1 Answers  


What is masking?

1 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1 Answers   Aspire, Infogain,


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


Which is an example of a structural homology?

1 Answers  


What is the difference between array and linked list in c?

1 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


write a programe returns the number of times the character appears in the string

2 Answers  


Categories