The output of the following program is _________ .

void main() 

      {

                    int a = 10;

                    if(fork( ) = = 0)

                            a++;

                    printf("%d", a);

        }

1

0, 10

2

10, 10

3

11, 10

4

11, 11

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation