What will be the output of the program?
#includestdio.h
int main( )
{
int x = 10, y = 3, z;
for(z = 0; zx; )
z = z++ +y;
printf("%d\n", z) ;
return 0;
}


Posted on by