• C-programming language provides one of the most powerful features known as looping structure
  • When we want to execute some statements repeatedly based on some specific condition looping structure can be helpful.
  • Looping structure can be divide into the following two categories:
  1. Entry control loop
  2. Exit control loop