On 3/4/07, krishna kanna <[EMAIL PROTECTED]> wrote:
> void main()

main() returns int, not float, struct foo or void.

>   {
>   int i;
>   for(i=0;i++;i<100)
>   {
>   printf("%d",i);
>   }
>   }
>   what is the output of this program

There needn't be any. You don't have a \n in your output or a fflush().


-- 
PJH
Aio, quantitas magna frumentorum est

Reply via email to