Loops & Decisions in C language
This tutorial teaches very basics of loops and if-else statements in c language. the following statements are covered in this tutorial. 1- The if statement 2- The if - else statement 3- The conditional operators Looping is also Discussed, this includes: 1- Using a for statement 2- Using a while statement 3- Using a do-while statement