Question

An expression such as
sizeof(arrayName) / sizeof(double)
might typically be used to determine
a) the size of an array
b) the number of elements in an array
c) the number of elements in half an array
d) the size of an element of an array

Answer

This answer is hidden. It contains 3 characters.