B
Barry Schwarz
Prathamesh said:int main(void)
{
int a[100], i;
for (i = 0; i < 100; i++)
a = i;
return 0;
}
lol <chuckle> I see that's right. No tutorial I saw said this. It was
i=a; or just iterating over an array without doing anything. lvaules.
Thanks much.
Please post the URL of the tutorial that said to use i = a. We
need to insure that new C programmers are warned to stay away from it.