Question

Which statement is false?
a) C has no built-in bounds checking to prevent the computer from referring to an array element that does not exist.
b) The programmer is responsible for implementing array bounds checking.
c) Referring to an element outside the array bounds is a syntax error.
d) Referring to an element outside the array bounds is a logic error.

Answer

This answer is hidden. It contains 3 characters.