How a real array named data wth 50 elements will be declared? What will be the subscript of the last element?
Answers
Answered by
0
I have a doubt, what is the return type else this
<data type> a[]=new <data type>[50];
The subscript of last element will be a[49] i.e 49
<data type> a[]=new <data type>[50];
The subscript of last element will be a[49] i.e 49
Similar questions