Processing Statements

View


In C, there are four types of processing statements-

  1. Sequential statements
  2. Decision based statements (if, if – else )
  3. Iterative (Loop) statements (while, for, do – while)
  4. Case control statements (switch – case )

We will discuss these types of statements in coming sections.

Last modified: Tuesday, 21 September 2021, 9:38 AM