What is array and structure?



What is array and structure?..

Answer / Meraj Ahmed

An array is a collection of elements, each identified by an index or key. It is a simple data structure in computer science used to store multiple values of the same data type. A structure, on the other hand, is a user-defined data type that contains a collection of variables of different data types and can be treated as a single entity.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are AVL trees?

1 Answers   HAL,


How efficient is binary search?

1 Answers  


What is frozenset?

1 Answers  


Write the disadvantages of separate chaining?

1 Answers  


What do you mean by union-by-weight?

1 Answers  


What is an example of an array?

1 Answers  


What are the parts of root node?

7 Answers   BMC, JCE, TCS,


What is the use of treemap?

1 Answers  


Write a program to sum values of given array.

1 Answers  


Write the steps involved in the insertion and deletion of an element in the stack.

1 Answers  


What is array and structure?

1 Answers  


How many passes are required in bubble sort?

1 Answers  


Categories