adspace
Answer Posted / Priya Bharti
Standard Unix streams are three predefined file descriptors (0, 1, and 2) that represent the standard input (stdin), standard output (stdout), and standard error (stderr) respectively. They allow data to flow between programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers