Question: 2. Consider that a program invoking the call: fscanf(fpointer, %s %s %d, gender, name, &age); What does exactly happen when the CPU deals with this
2. Consider that a program invoking the call: fscanf(fpointer, "%s %s %d", gender, name, &age); What does exactly happen when the CPU deals with this call? How does such a call gets to be serviced by the OS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
