License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet281/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   277   278   279   280   281   282   283   284   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

Pointers and Addresses
As we have already seen, when we initialize a variable, it is stored in a contiguous memory location,
at some address. 
For example,
int u = 80;
This declaration tells the compiler to do three things:
(a) Declare an integer variable u
(b) Initialize it with a value of 80
(c) Assign 2 bytes to this integer (an integer takes 2 bytes)
The compiler does the following:
       u
80
20A0
Here the address of 20A0 is assigned to the variable ‘u’ with a value of 80 in it. 
Note here that
the address itself is an integer (in HEX form).
Now when we say ‘u’, the reference is to the value at ‘u’ whereas if we say ‘&u’, the reference is
to its address, which is 20A0 in memory. This is done by the operating system itself. And if now I say
‘*(&u);’ it means the value or contents of the location referred to by ‘u’ (i.e., 80). 
It means that first
the parentheses are evaluated—that is, the address (&) of ‘u’ and then its contents (by *).
 So if
we write the following three print statements:
printf(“\n Address of u:”, &u);
printf(“\n Value of u: %d”, u);
printf(“\n Value of u: %d”, *(&u));
we will get the following output:
Address of u: 20A0
Value of u: 80
Value of u: 80
Also note here that printing the value of *(&u); is the same as printing the value of ‘u’.
NOTE
Memory addresses may vary, particularly in a multiuser system.

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   277   278   279   280   281   282   283   284   ...   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