Declare and implement a function called reversePrint
.
You should accept a single array of char
values as your only argument, and print that array backwards,
one character on each line.
Your function should return the length of the array as an int
.
Stuck? You may find these lessons helpful: