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 C language Terminator?

15 Answers   TCS,


print a "hello" word without using printf n puts in c language

6 Answers  


How do you initialize function pointers? Give an example?

3 Answers  


Does free set pointer to null?

0 Answers  


What is clrscr ()?

0 Answers  






What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


What is ctrl c called?

0 Answers  


Explain how can I convert a number to a string?

0 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


What extern c means?

0 Answers  


How we can write a value to an address using macro..?

0 Answers   Tata Elxsi,


Categories