My assignment is as follows...
Create a program called part4.cpp containing a recursive function that accepts a pointer to a null-terminated string as its argument, and prints the string in reverse order.
Demonstrate the function by calling it from the main function with a string that has been provided by the user. In other words, you will prompt the user to enter a string and the program will disply the string backward.
I'm a little confused as to what a null terminated string really is. Can someone who understands clarify for me what exactly I need to do in this program?
Thanks