Conditional Statements : Switch Case

Posted on Sat 01 February 2014 in C • Tagged with C language, Conditional, Switch

In the previous tutorial, we've discussed about if - else and nested if - else statements and how we can use them to test certain conditions and execute a block of code depending on whether the condition becomes true or false. In this tutorial, we'll be covering another Conditional Statement used in …


Continue reading