nerdexam
CIW

1D0-437 · Question #57

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

The correct answer is D. close(INPUT). See the full explanation below for the reasoning.

Question

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

Options

  • Aclose (INPUT, $file);
  • BcloseINPUT;
  • CINPUT(close, $file);
  • Dclose(INPUT);

How the community answered

(42 responses)
  • A
    14% (6)
  • B
    10% (4)
  • C
    2% (1)
  • D
    74% (31)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice