CP DML Q43

0. The output of the following program is
main()
{
static int x[ ] = { 1, 2, 3, 4, 5, 6, 7, 8 };
int I;
for (i = 2; i < 6; ++i )
x[ x[ i ] ] = x[ I ];
for( i =0; i < 8; ++i)
printf("%d", x[ I]);
}

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *