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
What is wild pointer in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Are the variables argc and argv are local to main?
What is self-referential structure in c programming?
Describe the modifier in c?
What are the disadvantages of external storage class?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are nested functions in c?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
Write a c program using for loop in switch case?
how do we remove the printed character in printf statement and write next it it
What is the general form of a C program?