Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6
An array is collection of items stored at contiguous memory locations. The idea is to store multiple items of same type together. This makes it easier to calculate the position of each element by simply adding an offset to a base value, i.e., the memory location of the first element of the array (generally denoted by the name of the array). For more refer to these links : https://www-geeksforgeeks-org.cdn.ampproject.org/v/s/www.geeksforgeeks.org/introduction-to-arrays/amp/?amp_js_v=a2&amp_gsa=1&usqp=mq331AQA#referrer=https%3A%2F%2Fwww.google.com&amp_tf=From%20%251%24s&ampshare=https%3A%2F%2Fwww.geeksforgeeks.org%2Fintroduction-to-arrays%2F https://docs.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html Thanks
30th May 2019, 12:06 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 2
An array is a data structure which stores multiple values in a particular order
30th May 2019, 11:53 AM
Manuel Wiltz
Manuel Wiltz - avatar
+ 1
Single name for multiple contiguous values of same type
26th Jun 2019, 3:29 AM
Shubham Tandale
Shubham Tandale - avatar