Computer Science, asked by faltuuu8974, 8 months ago

The statement which help to control the flow of program is

Answers

Answered by purvajaiswal520
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 coolstars099
0

Answer: break statement

Explanation:

Similar questions