Question: prog 1-1 Create a C program that prompts the user to enter their name. Your program will then take in their full name (You do

prog 1-1 Create a C program that prompts the user to enter their name. Your program will then take in their full name (You do not know how many names they will enter) and print a greeting to them using their full name. gcc prog1_1.c -o progi_1 Example execution ./prog11 Example run (User input to STDIN highlighted with yellow) Assignment #1.1, Scott Lindeneau, slindeneau@sdsu.edu What is your name? Firsty McLasty Hello Firsty McLasty
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
