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]
