Question

If bPtr is assigned b (the name of an array), then array element b[3] can alternatively be referenced with the pointer expression __________.
a) bPtr + 3
b) b[bPtr + 3]
c) *b [bPtr + 3]
d) *(bPtr + 3)

Answer

This answer is hidden. It contains 3 characters.