What is the output of the following code?
#includestdio.h
void main( )
{
int a=1,b=6;
while(++a=10)
{
b++;
}
printf ("%d",b);
}


Posted on by