nerdexam
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)
  • A
    3% (1)
  • B
    83% (24)
  • C
    10% (3)
  • D
    3% (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.

Full 98-361 Practice