If else statement – free C programming tutorial
In this tutorial, you will be familiarize with one type of conditional statement that is if else statement available for C programming language, along with its syntax and example of if-else . 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 …