A

Admin • 833K Points
Coach

Q. 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)
  • Correct Answer - Option(B)
  • Views: 26
  • Filed under category C Programming
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.