#includestdio.h

int main()
{
int y = 100,a = 60;
const int x = a;
while(a101){
a++;
}
printf("%d %d\n", a, x);
return 0;
}

Find the output of the following code : -

Posted on by