if statement in C – free C programming tutorial
In this tutorial, you will be familiarize with one type of conditional statement that is if statement available for C programming language, along with its syntax and example of if-statements. Conditional statements : Conditional statements are those code which allows you to control the program’s flow of the execution centred on a condition. It means that the statements in …