Data Structure – codewindow.in
Related Topics Data Structure Question 93 What is an array? Answer An array is a data structure in programming that allows us to store a collection of elements of the same data type under a single variable name. The elements in an array are stored in contiguous memory locations, and each element can be accessed […]