Computer Science, asked by ritalalit1234, 2 months ago

which operators are used to control the flow of program execution?​

Answers

Answered by rishabh994
3

due to some rude words, I'm attaching screenshot of my answer.

Attachments:
Answered by abhusharma29
0
There are no operators that are particularly used to control the flow of program execution. There are some statements or conditions that are used to control the flow of program execution.

1. Decision making statements
If
If else
Nested if else
Else if ladder
Switch

2. Looping statements
For loop
While loop
Do while loop

3. Branching statements
Continue
Return
Break
Similar questions