Which statement about the standard streams is true?

a) The standard input stream must be connected to the keyboard.
b) The standard output stream must be connected to the screen.
c) The standard error stream is connected to the screen by default.
d) Streams may not be redirected.


c) The standard error stream is connected to the screen by default.

Computer Science & Information Technology

You might also like to view...

Explain why legacy systems may be critical to the operation of a business.

What will be an ideal response?

Computer Science & Information Technology

Write the syntax of a tcpdump command that captures packets containing IP datagrams between two hosts with IP addresses 10.0.1.11 and 10.0.1.12, both on interface eth1.

What will be an ideal response?

Computer Science & Information Technology

When creating a new document, which of the following is NOT a template option in the New Document dialog box?

A) Blank and recent B) Favorite templates C) Installed Templates D) My templates

Computer Science & Information Technology

The definition PayRecord employee[10]; constructs an array of ten elements, each of which is a structure of the data type ____.

A. PayRecord B. integer C. employee D. void

Computer Science & Information Technology