Computer Science Fundamentals
Operating Systems
Objective
Mar 11, 2013
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
Detailed Explanation
Option a is right answer.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts