Part 1
In your main() function, ask the user to enter their full name. Ensure that you can successfully store their name, with the space and without having a ‘\n’ character in the array.

Part 2
Pass a pointer of your character array into a function that outputs the number of characters stored in your character array.

Part 3
Pass a pointer of your character array into a function this displays the reverse.

Part 4
Again, passing a pointer to your array, inform the user which character is the space in your name.

Part 5
Within your main function, after you’ve called the other functions, reverse your name