Common Programming Errors
Used comma in for,
for(i=0, i < 10, ++i)
. . .;
Forget parentheses ( . ) in conditional if or switch
if x > 1 { . . }
Previous slide
Next slide
Back to first slide
View graphic version