Microsoft
98-361 · Question #71
What does the Console.Error property do within a console-based application?
The correct answer is B. gets the standard error output stream. The Console.Error property gets the standard error output stream.
Understanding Core Programming
Question
What does the Console.Error property do within a console-based application?
Options
- Asets the standard error input stream
- Bgets the standard error output stream
- Cgets the standard error input stream
- Dsets the standard error output stream
How the community answered
(29 responses)- A3% (1)
- B83% (24)
- C10% (3)
- D3% (1)
Explanation
The Console.Error property gets the standard error output stream.
Topics
#Console.Error#standard error stream#console application#I/O streams
Community Discussion
No community discussion yet for this question.