C Program Jrite a program called that prompts the user to enter a word, and afterwards, prints that word ou amount of times, where n is the length of the word. ou should use the function to scan in the input word. DANGER: You should never use to scan in strings. The reasons why this is dangerous are explained in the week 4 lectures on strings. Instead, you should use.