Computer Science, asked by rakeshsatyan3, 10 months ago

what is necessary to specify at the time of array initialization

Answers

Answered by saro2238
2

Answer:

data type of array

....int

....float......etc..

no of elements of contains.....

example..

int a[ ] = new int[10];

Similar questions