[SOLVED] SOLVED:program that uses two for loops and ONLY pointers and pointer arithmetic

20.00 $

Category:

Description

5/5 - (4 votes)

Write a very simple program that uses two for loops and ONLY pointers and pointer arithmetic (NO other variables are allowed) to display a palindrome forward then backward. Declare the palindrome as follows:
char str[] = “Straw Warts”;