nerdexam
CIW

1D0-437 · Question #32

Which statement writes data to the filehandle OUTPUT?

The correct answer is D. print OUTPUT "Here's my data.\n". See the full explanation below for the reasoning.

Question

Which statement writes data to the filehandle OUTPUT?

Options

  • Aprint "Here's my data.\n" > OUTPUT
  • Bwrite OUTPUT "Here's my data.\n";
  • Cwrite OUTPUT ">Here's my data.\n";
  • Dprint OUTPUT "Here's my data.\n";

How the community answered

(31 responses)
  • A
    13% (4)
  • B
    3% (1)
  • C
    6% (2)
  • D
    77% (24)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice