Question: Write a function that has an input parameter that contains a person's name in the format lastname, firstname and also has 2 output parameters, one
Write a function that has an input parameter that contains a person's name in the format lastname, firstname and also has 2 output parameters, one that gives the first name and one that gives the last name. You can either use C-style strings or string objects.
Also write a main function that calls the above function in order to test it out.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
