write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
Answer / rprabhakaranmca
INPUT:HI Hi welcome to Citrisus
OUTPUT;Citrisus to Welcome Hi
| Is This Answer Correct ? | 0 Yes | 3 No |
How do you write a program which produces its own source code as its output?
What is double pointer in c?
What are the c keywords?
who is the father of c
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is C language Terminator?
What are the advantages and disadvantages of a heap?
why do some people write if(0 == x) instead of if(x == 0)?
What is the right type to use for boolean values in c?
what is stack , heap ,code segment,and data segment
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
What is pragma in c?