20. Which of the following is true of a blocking system call?
(A) The application continues to execute its code when the call is issued.
(B) The call returns immediately without waiting for the I/O to complete.
(C) The execution of the application is suspended when the call is issued.
(D)Blocking application code is harder to understand than nonblocking application code
(E) None of the above