Question: PROBLEM 2: Write a complete C program that uses a do-while loop as shown in the pseudo- code below, use the function fgets() to get

PROBLEM 2: Write a complete C program that uses a do-while loop as shown in the pseudo- code below, use the function fgets() to get input from the user: 1. do a. Asks the user for their name and stores it in a character array called name[ ]. b. Prints their name 2. while (the first letter in name is not a newline character)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
