Start development on BSD 4_1_snap
[unix-history] / .ref-79029c32280d78322b4fb003d1cf99489dda7f1c / .ref-BSD-3 / usr / lib / learn / C / L3.1b
#print
What is the value of i after this
___\b\b\bfor statement executes?
Type "answer N", where N is the value of i.
for (i = 0; i < 10; i = i + 3)
;
#copyin
#user
#uncopyin
#match 12
#log
#next
4.1a 10