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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here