Programming Linux
Courses
if
else
switch
while
for
do - while
break
continue
goto
googletest
About
Blog
Very popular: multiple cases in a row
if (condition) this else if (another-condition) that else if (one-more) ... else rest
More appropriate in such cases: switch