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
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is array of structure in c programming?
What is infinite loop?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is a structure and why it is used?
When is a null pointer used?
When should we use pointers in a c program?
How do I use strcmp?
Write a function that will take in a phone number and output all possible alphabetical combinations
I need testPalindrome and removeSpace
#include
What are high level languages like C and FORTRAN also known as?
explain what is a newline escape sequence?
Why & is used in scanf in c?