Question: Can you help me with this homework ? Using the same code Than The following program asks the user to enter full name of a

 Can you help me with this homework ? Using the same

Can you help me with this homework ?

Using the same code

Than

The following program asks the user to enter full name of a person (first, middle and last name) and prints the person's initials. The full name must be split by space character ( ") and then fill a variable of type Person with values given from the string. Task 2.1: define the function void updatePerson(Person * pPtr, char string[], int stringSize); that update the content of a struct person with values obtained from a given string. The values are separated by a space character. Task 2.2: Define the function void printPersonInitials(Person *pPtr) This function must print the initials of a given person's full name. The initial is a first letter of a name. For example, if the person's full name is "Mohammad Khalid Almohammad", then the initials would be: M. K. A

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!