write a program to reverse a every alternetive words in a
string in a place.
EX: Input is "this is the line of text"
Output should be "shit is eht line fo text"
Please any one tell me code for that.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What does stand for?

0 Answers  


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

0 Answers  


What is scope rule in c?

0 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


LOGIC OF Bodmas?

1 Answers  






What is array of structure in c programming?

0 Answers  


What are the string functions? List some string functions available in c.

0 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


What is the difference between far and near ?

0 Answers  


What does calloc stand for?

0 Answers  


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


how to find out the union of two character arrays?

2 Answers  


Categories