Question: what will the output be e) What will be the output of the following code segment at at lines A, B, C, and D? Assume

what will the output be
what will the output be e) What will be the output of

e) What will be the output of the following code segment at at lines A, B, C, and D? Assume that actual process ids of the child and parent are 3608 and 3600 , respectively. [4] int main() ( pid t pid, pidl; pid =fork(); if (pid ==0)(1 pidi =getpid(); printf("child: pid = 8d",pid); /A/ printf("child: pidl = 8d", pidl) ;/B/ ) else pid1 =getpid(); printf("parent: pid = sd", pid); /c/ printf("parent: pid1 = 8d", pid 1);/D/ wait (NULL); ) return 0 ; 1

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!