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

1)*a + 3

2)*(a + 3)

3)*(*a + 3)

4)&(a + 3)


Posted on by