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

Posted on by