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
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
How can I do serial ("comm") port I/O?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
what is the use of pointers
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What does a pointer variable always consist of?
What are the advantages of c language?
What does static variable mean in c?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
How can I direct output to the printer?
What is the significance of c program algorithms?