Predict the output:
#includestdio.h 
void main()
{
char value=9;
for(value++;printf("%f",value)) ;
printf("%f",value);
}

Posted on by