what is array?

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


Please Help Members By Posting Answers For Below Questions

how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2728


Can you please explain the scope of static variables?

608


State two uses of pointers in C?

642


Write a program to print factorial of given number without using recursion?

573


What is a c token and types of c tokens?

594






why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1522


What is a rvalue?

755


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1450


Define Spanning-Tree Protocol (STP)

649


What is volatile variable in c with example?

590


What is restrict keyword in c?

647


How would you rename a function in C?

625


Can we declare function inside main?

572


What is the use of sizeof () in c?

562


c language interview questions & answer

1465