T
termin
Why is that the rightmost condition in a for loop's dual condition only
taken into account so whats the use of the other condition
eg
for(i=0,j=0;i<40,j<100;i++,j++)
{
}
i and j are incremented to 100
taken into account so whats the use of the other condition
eg
for(i=0,j=0;i<40,j<100;i++,j++)
{
}
i and j are incremented to 100