Question

Which of the following gives the number of elements in the array int r[10]?
a. sizeof r
b. sizeof (*r)
c. sizeof r / sizeof (int)
d. sizeof (*r) / sizeof (int)

Answer

This answer is hidden. It contains 20 characters.