Correct Answer: D
Explanation:
Loading...
Correct Answer: D
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 main() { int i; for(i=0; i<3; i++) { if(fork()==0) { continue; } break; } pri…
Suppose in a multiprogramming environment, the following C program segment is executed. A process go…
Which of the following process state transitions is/are NOT possible?(A) Running to Ready(B) Waiting…
Consider a process P running on a CPU. Which one or more of the following events will always trigger…
Which one or more of the following need to be saved on a context switch from one thread (T1) of a pr…
Consider the following statements about process state transitions for a system using preemptive sche…