Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C Programming // use stdio.h, stdlib.h, string.h and math.h only. Write a program that prompts the user to enter a word that has 3 letters.
C Programming // use stdio.h, stdlib.h, string.h and math.h only.
Write a program that prompts the user to enter a word that has 3 letters. Store this as a character array (i.e. strings in C). Create a new character array that stores the reverse of the word and display on the screen.
Sample output is as follows:
Enter a word with 3 letters> bee Word entered: bee Reverse word: eeb
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started