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
Q2: A pointer can not be assigned to:<br>A)
Q4: A string array:<br>A) Stores an actual string
Q6: Which of the following is false for
Q9: Assuming that t is an array and
Q13: A function that modifies an array by
Q24: Pointers cannot be used to:<br>A) Contain memory
Q27: Which of the following is not a
Q28: Which of the following is not true
Q29: When a compiler encounters a function parameter
Q32: Sizeof:<br>A) Is a binary operator.<br>B) Returns the