I've been assigned in my class to do this exact same problem:
<snip>
I'm wondering on how to get started.
Any help would be appreciated. I know how to use the functions for c-strings, but I'm not sure if I should place all the contents of the paragraph into one char array or if I should look at each piece individually, swap, and then print or should I use a two dimensional array to place each word in a block?
Thank you.