Question

Which of the following statements is false?
(a) C provides automatic bounds checking for arrays.
(b) C provides no automatic bounds checking for arrays, so you must provide your own.
(c) Allowing programs to read from or write to array elements outside the bounds of arrays are common security flaws.
(d)Writing to an out-of-bounds element (known as a buffer overflow) can corrupt a program's data in memory, crash a program and allow attackers to exploit the system and execute their own code.

Answer

This answer is hidden. It contains 3 characters.