write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
Answer Posted / rprabhakaranmca
INPUT:HI Hi welcome to Citrisus
OUTPUT;Citrisus to Welcome Hi
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the 3 types of structures?
What are the features of c language?
What is a pointer value and address in c?
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
What will be your course of action for a push operation?
Write a program to know whether the input number is an armstrong number.
Which is more efficient, a switch statement or an if else chain?
What is difference between %d and %i in c?
Explain what is the difference between #include and #include 'file' ?
what are the 10 different models of writing an addition program in C language?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What should malloc() do?
What is boolean in c?
How can I implement a delay, or time a users response, with sub-second resolution?
What are the 5 types of organizational structures?