Login
Remember
Register
Ask a Question
What are entry control and exit control loops?
0
votes
asked
Jan 9, 2024
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, 2024
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.
...