--- In [email protected], Milan Padh <[EMAIL PROTECTED]> wrote:
>HELLO MILAN,
U will definitely get error with this program.ur mistake
is "u gave clrscr() after declaring a variable".And another thing is
> there is no need to give void before main()
Dear friend
>
> I Get some Problem In Foor Loop ( C)
>
> #include<stdio.h>
> #include<conio.h>
>
> void main()
> {
> int x;
> clrscr();
> for(x=10; x>=0; x- -)
> printf("%d\t",x);
> gethch();
> }
>
> So This Code I Get Error On Turbo C
> The For Loop Not desincrement
> so This Matter I Hope You Help Me
>
>
Milan Padh
>
>
> ---------------------------------
> 5, 50, 500, 5000. Store N number of mails in your inbox. Click
here.
>
> [Non-text portions of this message have been removed]
>