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)- A13% (4)
- B3% (1)
- C6% (2)
- D77% (24)
Community Discussion
No community discussion yet for this question.