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 language![C programming language 1. (Structures) Consider the following program 1astName [ 100];](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f45e9779b77_03066f45e96e7b8e.jpg)
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
Get step-by-step solutions from verified subject matter experts
