C flow Control


C flow control statements is main part of any Programming languages.Mainly 60-70% program is which used of flow contol statement.In C programming Language types of c flow control.

  • if-else
  • while loop
  • for loop
  • do-while loop
  • Break and Continue
  • Switch case
  • Goto statement