what is conditional flow of control ?Explain with an example.
Answers
Answered by
2
Answer:
The phrase “control flow” refers to the fact that constructs like for-loops change the flow of program execution away from the simple top-to-bottom order. There are several other types of control flow we will cover, two of which are “conditional” in nature. For example, consider the following textual example of a conditional statement. IF a value is less than 10, THEN display the words "Value is less than 10" on the screen.
:
Answered by
1
when the flow of control of a program is changed in based on some condition using control statements and it is termed as condition of control
Similar questions