Ecko
Wandering In Tecno Land
Hi Everyone
I'm a N00b C programmer
I've just started taking C seriously
Wanted to know what's the logic behind a pyramid program in C
Say a program like
I don't want coding of these programs but the logic behind how to code these
In simple words how to interpret the loops in different cases
Suggestion will be highly appreciated
I'm a N00b C programmer
I've just started taking C seriously
Wanted to know what's the logic behind a pyramid program in C
Say a program like
Code:
* 1 1
*** 234 333
***** 56789 55555
In simple words how to interpret the loops in different cases
Suggestion will be highly appreciated
Last edited: