Consider the following C program

int main()

{

fork(); fork();fork();  printf ("ISRO CS  2021");

}

if we execute this core segment, how many times the string ISRO CS  2021 will be printed?

1
Only once
2
3 times
3
7 times
4
8 times

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation