

MCQOPTIONS
Saved Bookmarks
1. |
What does the following command line signify? |
A. | It runs both the programs, pipes output of prog2 to input of prog1 |
B. | It runs prog1 first, prog2 second |
C. | It runs prog2 first, prog1 second |
D. | It runs both the programs, pipes output of prog1 to input of prog2 |
E. | None of these |
Answer» E. None of these | |