Let me teach you something interesting..

#includestudio.h
void main()
{
int i=3;
while(i--)
{
int i= 100;
i--;
printf("%d",i) ;
}

}

Posted on by