M

Mr. Dubey • 52.30K Points
Coach

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

(A) redirects the output of date to file out f
(B) displays the output of date on the screen
(C) prints everything on the screen
(D) prints the two messages on the screen
Correct : Option (A)

Share

Discusssion

Login to discuss.

Be the first to start discuss.