C Programming Tutorial – 7 – More on Loops

Part 8 – www.youtube.com All of this code is FREE on my website thenewboston.com
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

it is great
bucky for life!
ty for teaching i got it a little now
great tutorials even though i take a C course u teach better than that other lame teacher i got lol 5/5!!!
Bucky, you’re great at doing these tutorials keep it up.
Great tutorials, it’s very easy to follow
mybe then u have to use like skip 2 or something
i dont know exactly
Bucky, youre amazing. In lecture my prof took about 6 hours to do loops, and you managed to make it easier in just over 6 minutes. Big help. Keep it up!
Thanks Bucky, I had problems learning about for loops from my professor and you cleared it up for me!
@stonechime18 Incrementing by constanst is easy. Like this.
variable += 10; // increment by 10
variable -= 10; // Decrement by 10
variable *= 10; // Times by 10
variable /= 10; // divide by 10
@shoofeer1 Correct.
I was thinking about just that a while ago….I think the “++” operator is only used when you need to increment by 1. for incrementing by 2, you would need to use counter+=2, or counter=counter+1.
is there other syntax in the counter++?? how bout i want it to increment by 2.?
int counter = 0
should make it 0 3 6 9 instead of 1 4 7
I get it … these videos really help a lot.
Thank you
God bless you
it will be nicenot to put 20 but 100000000000000000000000000
LOL XD
im usually a lazy as.s but dam today im learning and acutally getting it all
bucky..!!!
you’re a big help!!
thanks….
thanks BUcky. awesome.
if u guys want to see something cool,
put this in ur code:
for(YourInteger=1;YourInteger < 100000; YourInteger++){ printf(“%d “, &YourInteger);
Buckey can you do a tutorial on nested while loops?
just try it again, and if it’s still wrong, leave it as it is. maybe next time at a different program, you’ll make it. just don’t panic if you don’t understand sg. you can learn it later, don’t need to rush…
and how can i solve it?
it has something to do with the
printf(“%dn”, counter);
part!
i run the above code exactly the way he said and i get 2293572
it doesnt make sense i have no idea why can someone help me please??