PDA

View Full Version : C Doubts: Case Control


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??

T159
15-08-2008, 07:56 PM
^^yep http://s269.photobucket.com/albums/jj44/visio159/Unismilies/102.png
you continue not to repeat same...lolz

Ecko
15-08-2008, 08:44 PM
Thanx a lot
Noob Question

T159
15-08-2008, 09:20 PM
Nevermind, everyone once in a while do stupid things http://s269.photobucket.com/albums/jj44/visio159/Unismilies/70.png