Conditional statements are statements, which are executed depending on some condition being satisfied as true or false. In this tutorial, we will try to learn some conditional statements which include: If-else, switch, break and continue which controls the behaviour of loop to some extent.
We are going to discuss about a...
Conditional Statements in C - if else break continue switch
if else
We are going to discuss about a...
Conditional Statements in C - if else break continue switch