Question: Write in C language Description Please write a program that read in asentence and print it backward. Input Input will be a sentence content only
Write in C language
Description
Please write a program that read in asentence and print it backward.
Input
Input will be a sentence content only letter.
Output
The backward sentence
Sample Input 1
How are you
Sample Output 1
you are How
Sample Input 2
I have an apple
Sample Output 2
apple an have I
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
