C# 9 ) Array

                                            *  ARRAY  *


  • Array is colletion of similar type data value .
  • Array is always starting 0 position. ex. [ 0 ] [1] [2] [3]
  •  Array sepraters  [ ] .
Array basics 1
* ass Display  array element usng forloop

 

array element using forloop 2

Comments