Trip
Registered
Why won't this work for me?
Can anybody tell me why it doesn't work? It gives me an error for rows 5 and 7...and it just won't compile! Grrr!
main() {
int i;
for (i=0, i<10, i++)
{
printf("X");
}
}
Can anybody tell me why it doesn't work? It gives me an error for rows 5 and 7...and it just won't compile! Grrr!