Interview Quetions What are entry control and exit control loops? December 16, 2019 - By tejsumeru.12@gmail.com C support only 2 loops: Entry Control: This loop is categorized in 2 part a. while loop b. for loop Exit control: In this category, there is one type of loop known as a. do while loop.