Computer Sciences > GATE 2026 SET-1 > Process Management
Consider the following program snippet. Assume that the program compiles and runs successfully. Further, assume that the
The total number of times that the
fork() system call is always successful in creating a process.int main () {
int i;
for (i = 0; i < 3; i++){
if (fork() == 0){
continue;
}
break;
}
printf("Hello!");
return 0;
}The total number of times that the
printf statement gets executed is ________. (answer in integer)Correct : 4
Similar Questions
Suppose in a multiprogramming environment, the following C program segment is executed. A process goes into I/O queue whenever an I/O related operation is perfo...
A palindrome is a word that reads the same forwards and backwards. In a game
of words, a player has the following two plates painted with letters.
From...
Which number does not belong in the series below?
2, 5, 10, 17, 26, 37, 50, 64
Total Unique Visitors
Loading......