Question

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

Answer

This answer is hidden. It contains 3 characters.