M
Q. What is stored in logfile as per below mentioned code if we execute ./a.out > logfile?nt main() {
int fd; close(1);
fd = open(“logfile”,O_RDWR, 0744); write(fd, “Hello”, 5); printf(“World\n”);
return 0;
}
Be the first to start discuss.
Related MCQs
Q. Who defines the business issues that often have significant influence on the project?
Q. What Is Constant? A Constants Have Fixed Values That Do Not Change During The Execution Of
Q. Any soft-computing methodology is characterised by
Q. The production Grammar is {S->aSbb,S->abb} is
Q. An Oracle is a set of tables and views that are used as a read-only reference about the database.
Discusssion
Login to discuss.