Google News
logo
Data Structures Algorithms - Quiz(MCQ)
How is the 2nd element in an array accessed based on pointer notation?
A)
*(a + 2)
B)
*a + 2
C)
&(a + 2)
D)
*(*a + 2)

Correct Answer :   *(a + 2)

Advertisement