Using Constructs-I

There are two types of constructs in C language:
  • Conditional Constructs
  • Loop constructs 

Conditional Constructs

Most of the conditional constructs available in C are similar to those available in other third generation languages. The relational operators required for evaluating the conditions are similar to those in the other languages, though the symbols are slightly different. The following table contains the relational operators within their meaning.

                         

Comments