GATE CS 2005 – Question 70
Consider the following code fragment, where the variable a already holds a value before the fragment starts executing:if (fork() == 0) { a = a + 5; printf("%d,…
Subject-wise GATE questions
11 questions and papers
Consider the following code fragment, where the variable a already holds a value before the fragment starts executing:if (fork() == 0) { a = a + 5; printf("%d,…
Every question here is free to read. A free account adds the verified key, the worked solution and your progress.