Starting from:

$17

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

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

More products