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

20.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: . zip solution files instantly, after Payment

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”;

  • displaypalindrome.zip