Overview of Conditional Statement in C

What is Conditional Statement?

Conditional statements are used to execute a statement or a group of statement based on certain conditions.

following conditional statements

     01. Simple IF

     02. IF..Else

     03. Nesting IF

     04. Else Ladder

     05. Switch

     06. Goto

the above all type of conditional statement example in details and with example click on next topic button and read simple if condition.

Share Share on Facebook Share on Twitter Share on LinkedIn Pin on Pinterest Share on Stumbleupon Share on Tumblr Share on Reddit Share on Diggit

You may also like this!