Question: Answer in C please 2. Outputting Strings to a File Write a program that implements two functions: Create a name struct which can contain two
Answer in C please


2. Outputting Strings to a File Write a program that implements two functions: Create a name struct which can contain two strings, first and last The first function prompts a user to enter his or her first name and last name separated by a space and then stores the name into a string which is passed into the function The second function accepts a struct and prints the user's first and last name to the monitor following the form shown in the example below: o If the user typed in: John Doe The program prints: Doe, John In addition to printing to the monitor, also writes the name to a file called, user_name_list.txt' a The format of the file should look like: 2. Outputting Strings to a File Write a program that implements two functions: Create a name struct which can contain two strings, first and last The first function prompts a user to enter his or her first name and last name separated by a space and then stores the name into a string which is passed into the function The second function accepts a struct and prints the user's first and last name to the monitor following the form shown in the example below: o If the user typed in: John Doe The program prints: Doe, John In addition to printing to the monitor, also writes the name to a file called, user_name_list.txt' a The format of the file should look like
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
