If statement in C programming
When we need to execute a block of statements only when a given condition is true then we use if
Read moreWhen we need to execute a block of statements only when a given condition is true then we use if
Read moreIt may so happen that in a program we want more than one statement to be executed if the expression
Read more