#include ‹stdio.h> 
void main()
{
char count=0;
for(;count++;printf("%d", count)) ;
printf("%d", count);
}
What is the output 

Posted on by