C Conditional Statements (if, if-else, switch) – Beginner’s Guide
Conditional statements in c programming Conditional statements are used to check the condition.whaether condition is true or not.if condition is true it runs one statement.there are three conditional statements in c programming language. These are : 1.if statement 2.if-else Statement 3.Nested if else statement 1.if statement: First we are discussing if statement .In c program … Read more