DEV Community

Sunnat Qayumov
Sunnat Qayumov

Posted on

3 3 3 3 3

9. Array

a)Array nima?

Array bu bir xil turdagi ma'lumotlarni 
ketma-ket joylashgan holda saqlashga imkon beruvchi tuzilma.
Enter fullscreen mode Exit fullscreen mode

b)Quyidagi kodning natijasini ayting:

int[] numbers = { 1, 2, 3, 4, 5 };
Console. WriteLine (numbers [2]);

Javob == 3;
Enter fullscreen mode Exit fullscreen mode

c) 2D array qanday ishlatiladi? Misol keltiring.

class Program
{
    static void Main()
    {
        int[] = `{{1, 2, 3}`, `{4, 5, 6}}`;
    }
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay