QUESTION IMAGE
Question
what is a control structure in programming? google it if needed?
Brief Explanations
A control structure in programming determines the order in which program statements are executed. There are three main types: sequential (statements execute one after another), conditional (execution depends on a condition, e.g., if - else statements), and iterative (repeats a block of code, like loops).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A control structure in programming determines the flow of execution of program statements, including sequential, conditional, and iterative types.