Question: Write a program that prompts the user to enter a string. Use scanf to read the string. Display the string entered and its length. The
Write a program that prompts the user to enter a string. Use scanf to read the string. Display the string entered and its length. The program will terminate when the user enters the string "quit". Use a do while loop. Neatly format your output. Use the strlen() function for string length. Example output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
