Thread
:
Are you a great C coder? | Feb. 13, 2010
View Single Post
xpi0t0s
Mentor
14Feb2010,15:13
Use if and goto. Not tested, cos I rarely use gotos:
Code:
int i=0; :loop printf("%d "); i++; if (i<10) goto loop;