MEDIUMImportant2019GATE-CSOperating Systems
operating-systemssystem-calls1-mark
Correct Answer: 31
Explanation:
Loading...
Correct Answer: 31
Explanation:
Take your GATE-CS preparation to the next level. Practice with full-length mock tests, get instant results, and track your progress with detailed analytics.
Browse GATE-CS Test Seriesint x = 3; while(x > 0) { fork(); printf("hello"); wait(NULL); x--; }The total nu…
Which one or more of the following options guarantee that a computer system will transition from use…
Which of the following standard C library functions will always invoke a system call when executed f…