What is array?
C# Programming Language > Array in C# Language > Introduction to Array
478
Answer:
An array is a set of related instances either value or reference types.
There are three types of array supported by C#:
- Single Dimensional Array: It contains a single row. It is also known as a vector array.
- Multi-Dimensional Array: It is rectangular and contains rows and columns.
- Jagged Array: It also contains rows and columns but it has an irregular shape.
This Particular section is dedicated to Question & Answer only. If you want learn more about C# Programming Language. Then you can visit below links to get more depth on this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.