void F( )
{
static int x  = 0;
x++ ;
printf("%d", x);
}

int main()
{
F( );
F( );
F( );
return 0;
}

Output of the above code snippet  is:

Enter numerical value using the virtual keypad. Round off where necessary.

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation