Write in simple basic C language. Explain the steps please as comment in each lines (very important)
Prompt the user for 3 sentences of text. Pass these pieces of text into a function connect() which will connect all three sentences into one long sentence. Pass the combination sentence back to the main program, where it is printed.