Correct Answer: 21
Explanation:
Loading...
Correct Answer: 21
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…
Which of the following statements about threads is/are TRUE?(A) Threads can only be implemented in k…
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…