License, disclaimer of liability, and limited warranty


when a variable of the corresponding structure type is declared



Download 2,08 Mb.
Pdf ko'rish
bet328/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   324   325   326   327   328   329   330   331   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

when a variable of the corresponding structure type is declared.
 A structure variable is declared
as follows:
Syntax
struct stname stvar;
Here, 
stvar
 is a structure variable of the type 
struct stname.
For example,
struct date today;
We now write a complete program for the date problem:
   #include
   main( )
    {
      struct date


       {
         int month;
         int day;
         int year;
    };
       struct date today;
       today.month = 03;
       today.day = 24;
       today.year = 2016;
       printf(“Todays date is %d/%d/%d. \n”, today.month, today.day, today.year 
% 100);
    }
OUTPUT (after running):
Today’s date is 03/24/2016
The date initializations that are done in this program are stored as shown in 
Figure 4.1
.
Figure 4.1:
 Assigning Values to a Structure Variable
When it comes to the evaluation of expressions, structure members follow the same rules as do
ordinary variables in C. 
So division of an integer structure member by another integer would be
performed as an integer division.
Let us again consider the Emp structure (defined earlier):

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   324   325   326   327   328   329   330   331   ...   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