"" , , .
if(a)
do_something();
else if(b)
do_something();
else if(c)
do_something();
else if(d)
do_something();
, , if , , true, , .
if(a)
do_something();
if(b)
do_something();
if(c)
do_something();
else
do_something();
( , ), , if , true, . ( , c , else.)
, , , . switch, , , (.. break - goto ..), .