Question

Which statement is true?
a) Arrays are automatically initialized to zero.
b) To initialize all array elements to zeros, the array definition must explicitly initialize each element to zero.
c) Array elements can be initialized to zero by the array definition only at compile time.
d) Definitions for automatic arrays initialize the arrays at execution time.

Answer

This answer is hidden. It contains 3 characters.