What is array and its types?
Answer / Tarun Kumar Chaturvedi
An Array in C++ is a collection of elements of the same data type stored at contiguous memory locations. The types of arrays include one-dimensional, two-dimensional, multi-dimensional, dynamic (also called array of pointers), and C-style strings.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of linked list over an array?
Which is better hashmap or hashtable?
what is traversal in linked lists?
What is a undirected graph?
What is bubble sort and quick sort?
Write the postfix form of the expression: (a + b) * (c - d)
Which interface provides the capability to store objects using a key-value pair?
What is adt and its advantages?
Why do we use different types of data structures?
Write an algorithm to show various operations on ordered list and arrays
Where is data structure used?
What is linked hash set?