errors
errors
off by one error
- off by one error :~ using
i <= n instead of
i < n or vice versa
- another case is when you initialise arrays and then try to index the
nth value or forget that the
string literal is like having an n + 1 array. c
backlinks