Answer Posted / durga
Array is a group of elements of same data type.
Elements are identified by subscript or indexed.
Java follows zero(0) based indexing.
Name of the array points to the base element of the first array.
Array elements are stored continiously.
All the array elements sharing the common name.
It is an derived data type.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain 'bit masking'?
Can an array be an Ivalue?
What are preprocessor directives in c?
How to establish connection with oracle database software from c language?
What is pointer & why it is used?
What is the purpose of macro in C language?
Explain what are linked list?
Which header file is used for clrscr?
What is pragma c?
The file stdio.h, what does it contain?
What does node * mean?
What is the function of multilevel pointer in c?
Is python a c language?
What is the general form of function in c?
Do pointers need to be initialized?