Question: Write a C program that accepts a name as first name last name and then displays the name as last name, first name. For example,
Write a C program that accepts a name as first name last name and then displays the name as last name, first name. For example, if the user entered Gary Bronson the output should be Bronson, Gary. The primary function should be named "names" and the secondary function "reverse_names."
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
