Q. Consider the program main ( ){printf("He arose a victor from\n"); system ("date") ;printf("the dark domain");}If a.out is the executable code corresponding to the above source code, then the command a.out > out f (Solved)
1. redirects the output of date to file out f
2. displays the output of date on the screen
3. prints everything on the screen
4. prints the two messages on the screen
- a. redirects the output of date to file out f