Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 39)
39.
Redirection redirects
a stream from a file to the screen
a file from a device to a stream
a device from the screen to a file
the screen from a device to a stream
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Anonymous said:   1 decade ago
This is wrong, you can also redirect from a file to an object of another file, hence from one file to another.
(2)

R@JESH said:   1 decade ago
What is redirection here? Please explain.

Ravi said:   1 decade ago
In computing, redirection is a function common to most command-line interpreters, including the various Unix shells that can redirect standard streams to user-specified locations.

Post your comments here:

Your comments will be displayed after verification.