Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are entry control and exit control loops?
Home
C Plus Plus
What are entry control and exit control loops?
asked
Jan 9
in
C Plus Plus
by
GeorgeBell
What are entry control and exit control loops?
c-programming-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 9
by
GeorgeBell
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.
...