Ecko
15-08-2008, 06:52 PM
Hi just few doubts
In case control
for(A;X;Z)
{
if(X)
continue;
What I wanna ask is basically
if there is any increment or decrement (ie Z) , in for statement ,will that be executed if continue occurs??
In case control
for(A;X;Z)
{
if(X)
continue;
What I wanna ask is basically
if there is any increment or decrement (ie Z) , in for statement ,will that be executed if continue occurs??