Lab #1: Arrays, Pointers and Structures Question #1: Arrays
Lab #1: Arrays, Pointers and Structures Question #1: Arrays
Write a program which prints the letters in a char array in reverse order. For example, if the array contains {'b', 'a', 'p', 't', 'i', 's', 't', 'e'}the output (to the terminal) should be "etsitpab".