Question: reading a 5. (12 points) Suppose a program has successfully opened a file object, fp, for roropriate file from a disk drive and the program
reading a 5. (12 points) Suppose a program has successfully opened a file object, fp, for roropriate file from a disk drive and the program has created a buffer, my buf, o size. Consider the following C function call, made when the profrom the file has read half way through the file. (This function call reads BUFFERSIZE referred to by fp into the buffer my buf.) number of bytes from the file fread (my buf, 1, BUFFERSIZE, fp); Explain why this function call may, or may not, cause a system call to the operating system
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
