9. Array

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



Source link
lol

By stp2y

Leave a Reply

Your email address will not be published. Required fields are marked *

No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.