CIW Exam Questions

Which statement will close the filehandle INPUT?

The filehandle INPUT is associated with the file represented by $file. Which statement will close
the filehandle INPUT?

A.
close (INPUT, $file);

B.
closeINPUT;

C.
INPUT(close, $file);

D.
close(INPUT);