Multiple Choice
If arr is an array identifier and k is an integer, the expression arr[k] is equivalent to
A) *(arr + k) .
B) *arr + k.
C) &arr[k].
D) arr + k.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: When the _ is placed in front
Q37: It is legal to subtract a pointer
Q42: Any arithmetic operation may be performed on
Q43: A pointer with the value 0 (zero)
Q46: _ can be used as pointers.<br>A) Array
Q48: If dynamically allocated memory is not freed,<br>A)
Q49: Every byte in the computer's memory is
Q50: You may use the type pointer to
Q51: If Circle is a structure type, the
Q52: Memory cannot be allocated after a program