License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet344/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   340   341   342   343   344   345   346   347   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

This creates a
 
month
 structure that contains an integer member called number_of_days and
a character member called
 
name.
 The member
 
name
 
is actually an array of 3 characters.
  We
can now define a variable to be of type 
struct month
 in normal fashion:
struct month a_month;
We can set the proper fields inside a_month for January with the following sequence of statements:
a_month.number_of_days = 31;
a_month.name[0] = ‘J’;
a_month.name[1] = ‘a’;
a_month.name[2] = ‘n’;
Or we can initialize this variable to the same values with the following statement:
static struct month a_month = {31, { ‘J’, ‘a’, ‘n’ } };
And we can set up 12-month structures inside an array to represent each month of the year:
struct month months[12];
Let us now write a program to show the concept of structures and arrays:
/* Program to set up initial values inside the array and display them */
/* It illustrates the structures and arrays concept */
struct month
 {
   int number_of_days;
   char name[3];
 };
main( )
 {
   int i;
   static struct month months[12] =
     { { 31, {‘J’, ‘A’, ‘N’ } }, {28, {‘F’, ‘E’, ‘B’ } },
     { { 31, {‘M’, ‘A’, ‘R’ } }, {30, {‘A’, ‘P’, ‘R’ } },
     { { 31, {‘M’, ‘A’, ‘Y’ } }, {30, {‘J’, ‘U’, ‘N’ } },
     { { 31, {‘J’, ‘U’, ‘L’ } }, {31, {‘A’, ‘U’, ‘G’ } },
     { { 30, {‘S’, ‘E’, ‘P’ } }, {31, {‘O’, ‘C’, ‘T’ } },
     { { 30, {‘N’, ‘O’, ‘V’ } }, {31, {‘D’, ‘E’, ‘C’ } } };


   printf(“Month  Number of Days\n”);
   printf(“--------  ---------------------\n”);
   for(i=0; i<12; ++i)
     printf(“ %c%c%c  %d\n”,
       months[i].name[0], months[i].name[1],
       months[i].name[2], months[i].number_of_days);
 }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   340   341   342   343   344   345   346   347   ...   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