Question

Which of the following statements is true about undefined behavior, which can leave a system open to attack?
(a) It's not possible to have undefined behavior when adding two integers.
(b) Adding two integers can result in arithmetic overflow, which can cause undefined behavior.
(c) You should not worry about undefined behavior in your programs.
(d)None of the above.

Answer

This answer is hidden. It contains 3 characters.