License, disclaimer of liability, and limited warranty


How to Display Elements from a 2d Array in C



Download 2,08 Mb.
Pdf ko'rish
bet207/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   203   204   205   206   207   208   209   210   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

How to Display Elements from a 2d Array in C
We use nested loops to display the array elements (i.e., one for the row and one for the column) as
follows:
 for(i=0; i  {
    for(j=0;j     printf(“%d\n”, num[i][j]);
  }
How to Initialize a 2d Array in C
Like a 1d array, we can also initialize a 2d array during its declaration as follows:
 int a[3][4] = {
     {10, 20, 30, 40},
     {50, 60, 70, 80},
     {90, 100, 110, 120}
    };
We can also initialize it as follows in a single line:
int a[3][4] = {10,20,30,40,50,60,70,80,90,100,110,120};
Please note that when we initialize 2d arrays, the declaration of the first dimension (row) is
optional but the second dimension (column) declaration is compulsory. Also note that the user
has to explicitly mention size of column during the initialization of a 2d array.


The following statement is 
valid in C
:
int a[ ][4] = {10,20,30,40,50,60,70,80,90,100,110,120};
On the other hand, the following declarations are 
invalid
:
int a[ ][ ] = {10,20,30,40,50,60,70,80,90,100,110,120};
int a[3 ][ ] = {10,20,30,40,50,60,70,80,90,100,110,120};
Matrices are the best example of 2d arrays.

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   203   204   205   206   207   208   209   210   ...   393




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish