Computer Science, asked by yukta42871, 1 year ago

Which of the fillowing statements is true? 1.an array can have elements of different data types?

Answers

Answered by Anonymous
0
it is a false statement
an array is a group of homogeneous or data of same types arranged under a particular variable name or memory adress
it is of two types
single dimensional array
eg
int x[]= new int [10];
double dimensional array
eg
int x[][]=new int [10][10];
hope it helps you
Similar questions