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

WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


What is clrscr ()?

0 Answers  


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

0 Answers   TISL,


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


how to find anagram without using string functions using only loops in c programming

0 Answers  


Why use int main instead of void main?

0 Answers  


What is non linear data structure in c?

0 Answers  


Why do we use c for the speed of light?

0 Answers  


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

0 Answers  


What is the value of c?

0 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,


Categories