write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word



write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the..

Answer / rprabhakaranmca

INPUT:HI Hi welcome to Citrisus
OUTPUT;Citrisus to Welcome Hi

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Interview Questions

What is output redirection?

0 Answers  


What is #include cctype?

0 Answers  


What are loops c?

0 Answers  


what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


How does pointer work in c?

0 Answers  






What is the use of keyword VOLATILE in C?

1 Answers  


What do you know about the use of bit field?

0 Answers  


please give me some tips for the selection in TCS.

3 Answers   TCS,


write a program to print data of 5 five students with structures?

0 Answers  


WHOT IS CHAR?

4 Answers   TCS,


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

0 Answers   Wilco,


What is the usage of the pointer in c?

0 Answers  


Categories