Bell 32V development
[unix-history] / 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