The statement which help to control the flow of program is
Answers
Answered by
1
Answer:
Control statements enable us to specify the flow of program control; ie, the order in which the instructions in a program must be executed. They make it possible to make decisions, to perform tasks repeatedly or to jump from one section of code to another.
Answered by
0
Answer: break statement
Explanation:
Similar questions