adplus-dvertising
frame-decoration

Question

What is the minimum and maximum Indexes of this below array?
int main()
{
    int ary[9];
    return 0;
}

a.

-1, 8

b.

0, 8

c.

1,9

d.

None of the above

Answer: (b).0, 8

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the minimum and maximum Indexes of this below array?