Computer Science, asked by sakshamsingh2650, 1 year ago

How a real array named data wth 50 elements will be declared? What will be the subscript of the last element?

Answers

Answered by HarshitMestry123
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
Similar questions