Question: Can you please explain each line of code and the outputs i should get int flag = 0, i = 1; const char* msg[] -
Can you please explain each line of code and the outputs i should get
int flag = 0, i = 1; const char* msg[] - "AAA ", "BBB", "CCC ", "DDD ", "EEE", "FFF "; int main () write( 2, msg[i], 4)i flag fork (); if (flag -0) i - i + 2; write 2, msg[i], 4); i=i-1; else if (flag
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
