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)
πŸ’¬ Discuss
βœ… Correct Answer: (B) *(a + 3)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
376
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Manisha Agrawal
Publisher
πŸ“ˆ
99%
Success Rate