Write a function that reverses a string
Anonymous
put letters into a char array, create a new char array of the same size, loop through the first array backwards and insert letters into the new array, return the new array
Check out your Company Bowl for anonymous work chats.