if Statement in C
if statement is one of the basic and primitive decision making statement supported by C language. The general syntax of
Read moreif statement is one of the basic and primitive decision making statement supported by C language. The general syntax of
Read moreIt may so happen that in a program we want more than one statement to be executed if the expression
Read moreLike most languages, C uses the keyword if to implement the decision control instruction. The general form of if statement
Read more