Write a program where the user inputs a six-letter string. The program displays the six-letter string onto the screen backward. You can use a pointer array of characters and pointer to character, you...


Write a program where the user inputs a six-letter string. The program displays the six-letter string onto the screen backward. You can use a pointer array of characters and pointer to character, you need for -loops and use getchar() and putchar() function for reading and writing characters.


Output example:


Please input a six-letter word


abcdef


fedcba



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here