C++: a beginner's Guide, Second Edition


  C++ A Beginner’s Guide by Herbert Schildt  29



Download 11,33 Mb.
Pdf ko'rish
bet106/194
Sana12.03.2022
Hajmi11,33 Mb.
#491693
1   ...   102   103   104   105   106   107   108   109   ...   194
Bog'liq
C A Beginner\'s Guide 2nd Edition (2003)

28 
C++ A Beginner’s Guide by Herbert Schildt 


29 
C++ A Beginner’s Guide by Herbert Schildt 
5. 
The output from the program is shown here:
CRITICAL SKILL 7.9: The ? Operator
One of C++’s most fascinating operators is the ?. The ? operator is often used to replace if-else 
statements of this general form:


30 
C++ A Beginner’s Guide by Herbert Schildt 
if (condition) var = expression1; else var = expression2;
Here, the value assigned to var depends upon the outcome of the condition controlling the if.
The ? is called a ternary operator because it requires three operands. It takes the general form
Exp1 ? Exp2 : Exp3;
where Exp1, Exp2, and Exp3 are expressions. Notice the use and placement of the colon.
The value of a ? expression is determined like this: Exp1 is evaluated. If it is true, then Exp2 is evaluated 
and becomes the value of the entire ? expression. If Exp1 is false, then Exp3 is evaluated, and its value 
becomes the value of the expression. Consider this example, which assigns absval the absolute value of 
val:
absval = val < 0 ? -val : val; // get absolute value of val
Here, absval will be assigned the value of val if val is zero or greater. If val is negative, then absval will be 
assigned the negative of that value (which yields a positive value). The same code written using an 
if-else statement would look like this:
if(val < 0) absval = -val; else absval = val;
Here is another example of the ? operator. This program divides two numbers, but will not allow a 
division by zero.


31 
C++ A Beginner’s Guide by Herbert Schildt 
Here, if j is non-zero, then i is divided by j, and the outcome is assigned to result. Otherwise, the 
div_zero( ) error handler is called, and zero is assigned to result.

Download 11,33 Mb.

Do'stlaringiz bilan baham:
1   ...   102   103   104   105   106   107   108   109   ...   194




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