Multiple Choice
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)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which of the following statements about pointer
Q13: Which of the following can have a
Q14: All of the following can cause a
Q15: Pointers may be assigned which of the
Q16: Consider the following function: void reverse(char *string1,
Q18: getline(superstring, 30); is equivalent to which of
Q19: Given a built-in array of ints named
Q20: Which of the following is not a
Q21: A function that prints a string by
Q22: Three of the following expressions have the