License, disclaimer of liability, and limited warranty


Table 2.10. One (1s) Complement Operator



Download 2,08 Mb.
Pdf ko'rish
bet97/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   93   94   95   96   97   98   99   100   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

Table 2.10. One (1s) Complement Operator
A
~A
0
1
1
0
Right Shift Operator (>>)
The bitwise right shift operator shifts integer values right a specified number of bits. The right-hand
side of the operator specifies the number of places the bits are shifted.
For example,
numb1 >> 4;


shifts  all  bits  four  places  to  the  right.  If  numb1  =  154,  numb1>>4  yields  5  in  decimal  value
(00000101).
Please note that when the bits are shifted right, blanks are created on the left and these
blanks are filled with zeros.
Left Shift Operator (<<)
The bitwise left shift operator shifts integer values left a specified number of bits. The right-hand side
of the operator specifies the number of places the bits are shifted.
For example,
numb1 << 4;
shifts  all  bits  four  places  to  the  left.  If  numb1  =  154,  numb1<<4  yields  224  in  decimal  value
(11100000).
Comma Operator
The comma operator (, ) allows two different expressions to appear in one statement. 
Each comma-
separated  expression  is  evaluated  and  the  value  returned  from  the  group  is  the  value  of  the
rightmost expression.
For example,
      #include
      void main( )
       {
           int x, y, z;
           x=y=20;
             z = (x++, y--, x+y);
             printf(“%d”, z);
       }
First, x++ is evaluated, then y– –, and finally x+y. Since x+y is the rightmost expression, the result
of x+y is assigned to z. 

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   93   94   95   96   97   98   99   100   ...   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