Data Structure Array MCQ Question #2722
MCQ Single Best Answer Not Set

QGiven an integer array arr[] ; the i th element can be accessed by writing

ID: #2722 Array MCQ 15,238 views
Question Info
#2722Q ID
Not SetDifficulty
Array MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A *(arr+i)
  • B *(i + arr)
  • C arr[i]
  • D All of these
Correct Answer: Option D

Explanation

All of these

Share This Question

Challenge a friend or share with your study group.