Question: C programming language 1. (Structures) Consider the following program 1astName [ 100]; char firstName [ 10 0 ]-Allen', , Struct char *firstName; char lastName; int

C programming languageC programming language 1. (Structures) Consider the following program 1astName [ 100];

1. (Structures) Consider the following program 1astName [ 100]; char firstName [ 10 0 ]-"Allen', , Struct char *firstName; char lastName; int age; pl, p2: pl.firstName-firstName; I/ statement 1 P1.lastNamelastName; // statement 2 pl.age -0 11 statement 3 p2 = p1;//statement4 strcpy (p2.firstName, "Brain"); II statement 5 ^ . , on of statement 1? What is the value of p1.firstName after the executi What is the value ofp1. firstName after the execution of statement 5? a. b

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!