Sign in
Please select an account to continue using cracku.in
↓ →
What is the output of the following program?
main( )
{
int a = 10;
if ((fork ( ) == 0))
a++;
printf (“%d\n”, a );
}
Create a FREE account and get:
Educational materials for CAT preparation