Fundamentals Program/C#/Non-primitive data types/Data structures Arrays Topic 18 of 30 in C# Arrays are collections of elements of the same type stored in contiguous memory locations. They provide indexed access to elements and are fundamental data structures in C#. More in C#Primitive data typesAccessorsForeachForTypesIntFloatBoolcharValuesLiteralNon-primitive data typesStructsClassesMethodsFieldsData structuresArraysListsstringsControl FlowLoopsConditionalselse ifreturnElseifExpressions & OperatorsArithmeticAssignment PreviousData structures NextLists All 48 topics in the Fundamentals Program