What will be the output of the following program fragment?

int i = 10;

void main( )

{

      int i = 20;

     {

            int i = 30;

            printf(“%d, %d”, i, : :i);

      }

1
30,10
2
30,20
3
 20,30
4
More than one of the above
5
None of the above

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation