Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

jagged arrays and multidimensional array c#

Khalid answered on October 17, 2020 Popularity 7/10 Helpfulness 1/10

Contents


More Related Answers

  • c# copy bidimensional array
  • c# 2-dimensional array sort
  • copy 2d arrays C#
  • jagged array c#
  • jagged arrays c#
  • c# Sort 2d Array
  • multidimensional arrays c#
  • c# jagged array initialization
  • create 2d array object c#
  • java 2d jagged array example
  • multidimensional array in c#
  • jagged Array
  • c# set two dimensional array
  • jagged array c#

  • jagged arrays and multidimensional array c#

    0

    Multidimensional array: each element in each dimension has the same, fixed size as the other elements in that dimension. 


    Jagged array: which is an array of arrays, each inner array can be of a different size. By only using the space that's needed for a given array, no space is wasted. 

    Jagged array is a array of arrays such that member arrays can be of different sizes. In other words, the length of each array index can differ. The elements of Jagged Array are reference types and initialized to null by default. Jagged Array can also be mixed with multidimensional arrays. Here, the number of rows will be fixed at the declaration time, but you can vary the number of columns. 

    Popularity 7/10 Helpfulness 1/10 Language csharp
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Mar 30 2023
    Khalid
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    0
    Popularity 8/10 Helpfulness 3/10 Language csharp
    Tags: c# 2d
    Link to this answer
    Share Copy Link
    Contributed on Oct 17 2020
    Combative Constrictor
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.