How is the 3rd element in an array accessed based on pointer notation?

a)*a + 3

b)*(a + 3)

C)*(*a + 3)

d)&(a + 3)

Posted on by