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?

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);



Leave a Reply 1

Your email address will not be published. Required fields are marked *