I want to reverse a string using a function.Here is the program I wrote:
#include void reverse_string(char array[50]) { int lastindex,j; int