which operators are used to control the flow of program execution?
Answers
Answered by
3
due to some rude words, I'm attaching screenshot of my answer.
Attachments:
Answered by
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
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